|
@@ -37,8 +37,9 @@ public class ReportController extends BaseController {
|
|
return AppUtil.error("参数checkinDay为空");
|
|
return AppUtil.error("参数checkinDay为空");
|
|
}
|
|
}
|
|
for(String day : checkinDay.split(",")) {
|
|
for(String day : checkinDay.split(",")) {
|
|
|
|
+ LoggerUtil.info("saveReportData开始->" + day);
|
|
checkTaskSchedule.executeBiz(day);
|
|
checkTaskSchedule.executeBiz(day);
|
|
- LoggerUtil.info("saveReportData->" + day);
|
|
|
|
|
|
+ LoggerUtil.info("saveReportData结束->" + day);
|
|
}
|
|
}
|
|
return AppUtil.success();
|
|
return AppUtil.success();
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|