From 4973284488a6fc5c93cc234307052e2ee897fcb7 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期二, 10 三月 2026 08:06:09 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/task/ExceptionNoticeScheduler.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/asrs/task/ExceptionNoticeScheduler.java b/src/main/java/com/zy/asrs/task/ExceptionNoticeScheduler.java
index 6400efa..eeb8327 100644
--- a/src/main/java/com/zy/asrs/task/ExceptionNoticeScheduler.java
+++ b/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/5 * * * * ? ")
     private void execute(){
         ReturnT<String> returnT = exceptionNoticeHandler.start();
         if (!returnT.isSuccess()) {

--
Gitblit v1.9.1