|
@@ -88,6 +88,13 @@
|
|
where a.userId = b.userId and a.checkinDay >= #{startDay} and a.checkinDay <= #{endDay}
|
|
where a.userId = b.userId and a.checkinDay >= #{startDay} and a.checkinDay <= #{endDay}
|
|
</update>
|
|
</update>
|
|
|
|
|
|
|
|
+ <update id="updateHrsdWorkTime">
|
|
|
|
+ update sap_check_report a
|
|
|
|
+ set a.workTime = '10:00'
|
|
|
|
+ where a.checkinDay >= #{startDay} and a.checkinDay <= #{endDay}
|
|
|
|
+ and exists (select 1 from wx_user b where a.userId = b.userId and b.firstDepartName = '华人时代')
|
|
|
|
+ </update>
|
|
|
|
+
|
|
<update id="updateNoNeedOffwork">
|
|
<update id="updateNoNeedOffwork">
|
|
update sap_check_report a, sap_checkin_option b
|
|
update sap_check_report a, sap_checkin_option b
|
|
set a.noNeedOffwork = b.noNeedOffwork
|
|
set a.noNeedOffwork = b.noNeedOffwork
|