Jelajahi Sumber

cron 表达式修改

haogh 1 tahun lalu
induk
melakukan
3c2d28d434

+ 1 - 1
src/main/java/com/qmth/exam/reserve/job/AutoArrangeExamJob.java

@@ -12,7 +12,7 @@ public class AutoArrangeExamJob {
     @Autowired
     private StudentApplyService studentApplyService;
 
-    @Scheduled(cron = "0 * 2 * * ?")
+    @Scheduled(cron = "0 0 10 * * ?")
     public void autoArrangeExam() {
         studentApplyService.autoLayout(null);
     }