@@ -40,7 +40,7 @@ public class EnrollmentStatisticsInfoTask {
@Autowired
private EnrollmentStatisticsInfoMapper enrollmentStatisticsInfoMapper;
- @Scheduled(cron = "0 */30 * * * ?")
+ @Scheduled(cron = "0 */15 * * * ?")
public void execute() {
doExecute();
}