|
@@ -59,7 +59,7 @@ public class EpiAdminController {
|
|
|
}
|
|
|
|
|
|
// @Scheduled(cron = "0 44 12 * * ?") //每天19点执行一次
|
|
|
- @Scheduled(cron = "0 0 19 * * ?") //每天19点执行一次
|
|
|
+ @Scheduled(cron = "0 0 15 * * ?") //每天19点执行一次
|
|
|
public void scheduledTaskByFixedDelay() {
|
|
|
System.out.println("==============执行定时任务开始================");
|
|
|
Long start = 0L, count = 100L;
|