Browse Source

隐藏earlyScoreScheduled定时任务

‘xugp 2 years ago
parent
commit
f53fce249b

+ 1 - 1
warning-web/src/main/java/com/gyee/wisdom/alarm/sharding/schedule/EarlyScoreScheduled.java

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