From e2588949272481a0da913a0de47a65e8a0ab49a5 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 29 一月 2026 10:09:07 +0800
Subject: [PATCH] 优化调整合同还款提醒

---
 fzzy-igdss-core/src/main/java/com/fzzy/igds/timer/JobDepotStoreService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/fzzy-igdss-core/src/main/java/com/fzzy/igds/timer/JobDepotStoreService.java b/fzzy-igdss-core/src/main/java/com/fzzy/igds/timer/JobDepotStoreService.java
index 17cb22c..1f957c2 100644
--- a/fzzy-igdss-core/src/main/java/com/fzzy/igds/timer/JobDepotStoreService.java
+++ b/fzzy-igdss-core/src/main/java/com/fzzy/igds/timer/JobDepotStoreService.java
@@ -9,6 +9,7 @@
 import lombok.extern.slf4j.Slf4j;
 import org.apache.commons.lang3.time.DateFormatUtils;
 import org.apache.commons.lang3.time.DateUtils;
+import org.springframework.scheduling.annotation.Scheduled;
 import org.springframework.stereotype.Service;
 
 import javax.annotation.Resource;
@@ -37,6 +38,7 @@
     @Resource
     private DepotService depotService;
 
+    @Scheduled(cron = "0 0 1 * * ?")
     public void timer() {
         doExe();
     }

--
Gitblit v1.9.3