|
@@ -391,11 +391,11 @@
|
|
and t.exceptionCount <= #{maxExceptionCount}
|
|
and t.exceptionCount <= #{maxExceptionCount}
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
- order by t.roomCode
|
|
|
|
|
|
+ order by t.approveStatus
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<update id="approveStatusListUpdate">
|
|
<update id="approveStatusListUpdate">
|
|
- update t_ie_invigilate_warn_info tiiwi set tiiwi.approve_status = 0
|
|
|
|
|
|
+ update t_ie_invigilate_warn_info tiiwi set tiiwi.approve_status = 1
|
|
where exists(
|
|
where exists(
|
|
select t.warningId from(select
|
|
select t.warningId from(select
|
|
tiiwi.id as warningId,
|
|
tiiwi.id as warningId,
|