Merge remote-tracking branch 'origin/driver' into driver
This commit is contained in:
commit
8743504224
@ -15,7 +15,7 @@
|
||||
AND course_id = #{courseId}
|
||||
AND `subject` = #{subject}
|
||||
AND coach_id = #{coachId}
|
||||
AND exam_status IS NULL
|
||||
AND (exam_status IS NULL OR exam_status = '0')
|
||||
AND deleted =0
|
||||
</update>
|
||||
<update id="updateProcessExamResult">
|
||||
|
Loading…
Reference in New Issue
Block a user