|
@@ -689,7 +689,7 @@
|
|
|
tees.id and (toer.status = 'FINISHED' or toer.status = 'PERSISTED') and toer.first_start_time is not null) as
|
|
|
statusTemp,
|
|
|
<!--tes.mobile_number as mobileNumber,-->
|
|
|
- t.breach_status as breachStatusTemp,
|
|
|
+ t.breach_status as breachStatus,
|
|
|
tees.class_no as classNo
|
|
|
from
|
|
|
t_e_exam_student tees
|
|
@@ -744,10 +744,10 @@
|
|
|
</if>
|
|
|
<if test="breachStatus != null and breachStatus != '' or breachStatus == 0">
|
|
|
<if test="breachStatus == 0">
|
|
|
- and t.breachStatusTemp = #{breachStatus}
|
|
|
+ and t.breachStatus = #{breachStatus}
|
|
|
</if>
|
|
|
<if test="breachStatus == 1">
|
|
|
- and (t.breachStatusTemp = #{breachStatus} or t.breachStatus is null)
|
|
|
+ and (t.breachStatus = #{breachStatus} or t.breachStatus is null)
|
|
|
</if>
|
|
|
</if>
|
|
|
</where>
|