|
@@ -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);
|
|
|
}
|