haogh il y a 1 an
Parent
commit
15090b51ba

+ 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 0 10 * * ?")
+    @Scheduled(cron = "0 0 1 * * ?")
     public void autoArrangeExam() {
         studentApplyService.autoLayout(null);
     }