Commit 47a8fdaf authored by chenyuxi's avatar chenyuxi

feat: 对接E人事出差数据

parent e02d94fd
......@@ -179,7 +179,7 @@ public class QiWeiController {
@SysLog("初次获取HCM审批通过的加班数据并存储到EKP")
@GetMapping("/initialSaveHcmWorkOvertime")
public R<List<EkpQiwiWorkovertime>> initialSaveHcmWorkOvertime() {
String startDay = "2025-01-01";
String startDay = DateUtil.addDay(-29);
String endDay = DateUtil.addDay(0);
return wxSalaryService.getHcmWorkOvertimeAndSave(startDay, endDay);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment