@@ -67,7 +67,7 @@ public class CarLiChengMonthJob {
/**
* 执行任务
*/
- @Scheduled(cron = "0 30 5 1 * ?")
+ @Scheduled(cron = "0 54 5 1 * ?")
public void runJob() {
// 数据目录
Path dir = Paths.get(jobConfig.getCarLiChengMonthSourcePath());
@@ -65,7 +65,7 @@ public class CarWuDanYongCheJob {
- @Scheduled(cron = "0 50 23 1 * ?")
+ @Scheduled(cron = "0 56 5 1 * ?")
Path dir = Paths.get(jobConfig.getCarWuDanYongCheSourcePath());
@@ -62,7 +62,7 @@ public class CarYongCheJob {
- @Scheduled(cron = "0 48 23 1 * ?")
+ @Scheduled(cron = "0 58 5 1 * ?")
Path dir = Paths.get(jobConfig.getCarYongCheSourcePath());