修改开班申请审核状态查询条件 -1

This commit is contained in:
wans 2021-06-18 14:51:25 +08:00
parent a855cc5534
commit a02f086ca5

View File

@ -403,7 +403,7 @@
management_exam_check t1
WHERE
t1.is_delete = 0
AND (t1.check_status = 0 OR t1.check_status = 3)
AND (t1.check_status = 0 OR t1.check_status = -1)
<if test="workTypeId != null and workTypeId != ''">
AND t1.work_type_id = #{workTypeId}
</if>