src/main/java/com/zy/asrs/task/ExceptionNoticeScheduler.java
@@ -11,7 +11,7 @@ public class ExceptionNoticeScheduler { @Autowired private ExceptionNoticeHandler exceptionNoticeHandler; @Scheduled(cron = "0/1 * * * * ? ") @Scheduled(cron = "0/30 * * * * ? ") private void execute(){ ReturnT<String> returnT = exceptionNoticeHandler.start(); if (!returnT.isSuccess()) {