|
@@ -114,7 +114,7 @@ public class ScheduleTaskServiceImpl implements ScheduleTaskService {
|
|
|
}
|
|
|
|
|
|
String beginDate = DateUtil.format(DateUtil.offsetDay(date, -2), "yyyy-MM-dd 00:00:00");
|
|
|
- beginDate = "2022-06-01 00:00:00";
|
|
|
+ // beginDate = "2022-06-01 00:00:00";
|
|
|
String endDate = DateUtil.format(date, "yyyy-MM-dd 23:59:59");
|
|
|
|
|
|
String url = "http://mes.cfmfactory.com:8087/MesWeb/planPersonOutAction.do?action=list&beginDate=" + beginDate
|