|
@@ -80,6 +80,16 @@
|
|
|
update sap_check_report set workTime = '10:00' where groupName like '%华人时代%'
|
|
|
and checkinDay >= #{startDay} and checkinDay <= #{endDay}
|
|
|
</update>
|
|
|
+
|
|
|
+ <update id="updateCheckinNullException">
|
|
|
+ update sap_check_report set checkinException = '后台更新未打卡' where checkinDate is null
|
|
|
+ and checkinDay >= #{startDay} and checkinDay <= #{endDay}
|
|
|
+ </update>
|
|
|
+
|
|
|
+ <update id="updateCheckoffNullException">
|
|
|
+ update sap_check_report set checkoffException = '后台更新未打卡' where checkoffDate is null
|
|
|
+ and checkinDay >= #{startDay} and checkinDay <= #{endDay}
|
|
|
+ </update>
|
|
|
|
|
|
<update id="updateAllExceptionResult">
|
|
|
update sap_check_report set result = '异常'
|