|
@@ -91,7 +91,7 @@ public class ScoreReportJob {
|
|
|
/**
|
|
|
* 定时更新成绩分析报告
|
|
|
*/
|
|
|
- @Scheduled(fixedDelay = 1 * 60 * 1000, initialDelay = 30 * 60 * 1000)
|
|
|
+ @Scheduled(fixedDelay = 30 * 60 * 1000, initialDelay = 2 * 60 * 1000)
|
|
|
public void updateReport() {
|
|
|
log.info("start auto-update report");
|
|
|
try {
|