@@ -90,7 +90,7 @@ public class ScoreReportJob {
/**
* 定时更新成绩分析报告
*/
- @Scheduled(cron = "0 0/40 8-22 * * ?")
+ @Scheduled(cron = "0 0/30 8-22 * * ?")
public void updateReport() {
log.info("start auto-update report");
try {