|
@@ -87,10 +87,6 @@ public class CheckTaskSchedule {
|
|
|
|
|
|
@Transactional
|
|
@Transactional
|
|
public void reloadBiz(String checkinDay) throws Exception {
|
|
public void reloadBiz(String checkinDay) throws Exception {
|
|
- String startDay = checkinDay;
|
|
|
|
- String endDay = checkinDay;
|
|
|
|
- employeeTimeService.saveEmployeeTimes();
|
|
|
|
- wxApprovalInfoService.saveApprovalInfos(endDay.substring(0, 7));
|
|
|
|
- wxCheckService.updateReportResultData(startDay, endDay);
|
|
|
|
|
|
+ wxCheckService.updateReportResultData(checkinDay, checkinDay);
|
|
}
|
|
}
|
|
}
|
|
}
|