修改开班申请审核状态查询条件 -1
This commit is contained in:
parent
a855cc5534
commit
a02f086ca5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user