dzx 11 месяцев назад
Родитель
Сommit
6f10f2d0dc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/xjrsoft/module/job/EnrollmentStatisticsInfoTask.java

+ 1 - 1
src/main/java/com/xjrsoft/module/job/EnrollmentStatisticsInfoTask.java

@@ -40,7 +40,7 @@ public class EnrollmentStatisticsInfoTask {
     @Autowired
     @Autowired
     private EnrollmentStatisticsInfoMapper enrollmentStatisticsInfoMapper;
     private EnrollmentStatisticsInfoMapper enrollmentStatisticsInfoMapper;
 
 
-    @Scheduled(cron = "0 */30 * * * ?")
+    @Scheduled(cron = "0 */15 * * * ?")
     public void execute() {
     public void execute() {
         doExecute();
         doExecute();
     }
     }