|
@@ -85,7 +85,7 @@
|
|
where b.weekday = 1 and a.checkinDay=b.checkinDay
|
|
where b.weekday = 1 and a.checkinDay=b.checkinDay
|
|
where a.checkinDay >= #{startDay} and a.checkinDay <= #{endDay}
|
|
where a.checkinDay >= #{startDay} and a.checkinDay <= #{endDay}
|
|
group by a.userId, a.name;
|
|
group by a.userId, a.name;
|
|
- </insert>
|
|
|
|
|
|
+ </select>
|
|
|
|
|
|
<update id="updateHrsdWorkTime">
|
|
<update id="updateHrsdWorkTime">
|
|
update sap_check_report set workTime = '10:00' where groupName like '%华人时代%'
|
|
update sap_check_report set workTime = '10:00' where groupName like '%华人时代%'
|