|
@@ -66,7 +66,7 @@ public class ExamSummaryServiceImpl extends ServiceImpl<ExamSummaryDao, ExamSumm
|
|
|
return es;
|
|
|
}
|
|
|
|
|
|
- @Scheduled(fixedDelay = 30 * 1000, initialDelay = 10 * 1000)
|
|
|
+ @Scheduled(fixedDelay = 10 * 1000, initialDelay = 5 * 1000)
|
|
|
public void cronRefresh() {
|
|
|
List<ExamEntity> list = examService.listEnable();
|
|
|
for (ExamEntity exam : list) {
|