|
@@ -42,7 +42,7 @@ public class TaskController implements ApplicationContextAware {
|
|
|
System.out.println(Thread.currentThread().getName() + "定时任务执行中");
|
|
|
dmpDataOverviewJob.execute();
|
|
|
}
|
|
|
-// @Scheduled(cron = "0 0/1 * * * ? ") //每天凌晨1点执行
|
|
|
+// @Scheduled(cron = "0 0 22 * * ? ") //每天22点执行
|
|
|
// public void task1() {
|
|
|
// System.out.println(Thread.currentThread().getName() + "定时任务执行中");
|
|
|
// baseAlarmService.status();
|