|
@@ -36,7 +36,7 @@ public class ReportController extends BaseController {
|
|
|
return AppUtil.error("参数checkinDay为空");
|
|
|
}
|
|
|
for(String day : checkinDay.split(",")) {
|
|
|
- checkTaskService.executeBiz(day);
|
|
|
+ checkTaskService.executeBiz(day, "23");
|
|
|
LoggerUtil.info("saveReportData->" + day);
|
|
|
}
|
|
|
return AppUtil.success();
|
|
@@ -59,7 +59,7 @@ public class ReportController extends BaseController {
|
|
|
if (StringUtils.isBlank(checkinDay)) {
|
|
|
return AppUtil.error("参数checkinDay为空");
|
|
|
}
|
|
|
- sapCheckService.updateReportResultData(checkinDay, checkinDay);
|
|
|
+ sapCheckService.updateReportResultData(checkinDay, checkinDay, "23");
|
|
|
return AppUtil.success();
|
|
|
} catch (Exception e) {
|
|
|
LoggerUtil.error(e);
|