From 5676b8b307fe74abf811760e8534da6506fee74c Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期三, 17 七月 2024 14:15:09 +0800
Subject: [PATCH] 定时任务时间调整

---
 src/main/java/com/ruoyi/doublePrevention/scheduls/RectifyDateSchedule.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/scheduls/RectifyDateSchedule.java b/src/main/java/com/ruoyi/doublePrevention/scheduls/RectifyDateSchedule.java
index fca426b..3bd9e4b 100644
--- a/src/main/java/com/ruoyi/doublePrevention/scheduls/RectifyDateSchedule.java
+++ b/src/main/java/com/ruoyi/doublePrevention/scheduls/RectifyDateSchedule.java
@@ -111,7 +111,7 @@
 
     @Transactional
 //    @Scheduled(cron = "0/10 * * * * ?")  // 30秒
-    @Scheduled(cron = "0 10 1,23 * * ? ")
+    @Scheduled(cron = "0 0 0/3 * * ? ")
     public void searchReportDate(){
 
         logger.info("【双重预防】纠正...");

--
Gitblit v1.9.2