|
@@ -39,7 +39,7 @@ public class EarlyScoreScheduled {
|
|
@Autowired
|
|
@Autowired
|
|
private AlarmReportService alarmReportService;
|
|
private AlarmReportService alarmReportService;
|
|
|
|
|
|
- @Scheduled(cron = "0 30 1 ? * *")
|
|
|
|
|
|
+ /*@Scheduled(cron = "0 30 1 ? * *")*/
|
|
public boolean doTask() {
|
|
public boolean doTask() {
|
|
|
|
|
|
if (!custom) {
|
|
if (!custom) {
|