@@ -1239,7 +1239,7 @@
toer.id,toer.paper_id as paperId,toer.finish_time as finishTime,toer.first_start_time as firstStartTime
from
t_oe_exam_record toer
- <where>
+ <where> 1 = 1
<if test="examStudentBreachPush != null and (examStudentBreachPush == false or examStudentBreachPush == 0)">
and (toer.breach_status = 1 or breach_status is null)
</if>