|
@@ -729,7 +729,7 @@
|
|
and tee.monitor_status <![CDATA[ <> ]]> 'FINISHED'
|
|
and tee.monitor_status <![CDATA[ <> ]]> 'FINISHED'
|
|
</where>
|
|
</where>
|
|
group by
|
|
group by
|
|
- tee.id,tees.room_code,tee.name,teea.id,teea.code,tees.`identity`,tees.name,leftExamCount,statusTemp,tes.mobile_number,t.breach_status)
|
|
|
|
|
|
+ tee.id,tees.room_code,tee.name,teea.id,teea.code,tees.`identity`,tees.name,leftExamCount,statusTemp,tes.mobile_number,t.breach_status,tees.class_no)
|
|
t
|
|
t
|
|
<where>
|
|
<where>
|
|
<if test="status != null and status != '' or status == 0">
|
|
<if test="status != null and status != '' or status == 0">
|
|
@@ -744,10 +744,10 @@
|
|
</if>
|
|
</if>
|
|
<if test="breachStatus != null and breachStatus != '' or breachStatus == 0">
|
|
<if test="breachStatus != null and breachStatus != '' or breachStatus == 0">
|
|
<if test="breachStatus == 0">
|
|
<if test="breachStatus == 0">
|
|
- and t.breachStatus = #{breachStatus}
|
|
|
|
|
|
+ and t.breachStatusTemp = #{breachStatus}
|
|
</if>
|
|
</if>
|
|
<if test="breachStatus == 1">
|
|
<if test="breachStatus == 1">
|
|
- and (t.breachStatus = #{breachStatus} or t.breachStatus is null)
|
|
|
|
|
|
+ and (t.breachStatusTemp = #{breachStatus} or t.breachStatus is null)
|
|
</if>
|
|
</if>
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|