From 9c4e7fddbf9aff582f15a8da05056dd706274ef4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 25 一月 2024 14:06:06 +0800
Subject: [PATCH] 开发业务接口
---
server/platform/src/main/java/com/doumee/task/ScheduleTool.java | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/server/platform/src/main/java/com/doumee/task/ScheduleTool.java b/server/platform/src/main/java/com/doumee/task/ScheduleTool.java
index 028bde1..3edcc84 100644
--- a/server/platform/src/main/java/com/doumee/task/ScheduleTool.java
+++ b/server/platform/src/main/java/com/doumee/task/ScheduleTool.java
@@ -39,6 +39,15 @@
/**
* @throws Exception
*/
+ @Scheduled(fixedDelay= 60*1000*60,initialDelay = 30000)
+ public void deal() throws Exception {
+ log.info("==============瀹氭椂鏌ヨ浼佷笟鐢靛瓙绛剧缃茬姸鎬�=======start======");
+ insuranceApplyService.dealWaitSignedData();
+ log.info("==============瀹氭椂鏌ヨ浼佷笟鐢靛瓙绛剧缃茬姸鎬�======end=======");
+ }
+ /**
+ * @throws Exception
+ */
@Scheduled(fixedDelay= 60*1000,initialDelay = 30000)
public void dealComSigIdStatus() throws Exception {
log.info("==============瀹氭椂涓婁紶寰呬笂浼犵殑浼佷笟鐢靛瓙鍗扮珷鏁版嵁=======start======");
@@ -51,7 +60,7 @@
* 瀹氭椂鏇存柊淇濆崟閲戦 姣忓ぉ鍑屾櫒 12.05 鍒嗘墽琛�
* @throws Exception
*/
- @Scheduled(cron = " 0 5 00 * * ?")
+ @Scheduled(cron = "0 5 00 * * ?")
public void updateApplyCurrentFee(){
log.info("==============瀹氭椂鏇存柊淇濆崟瀹為檯閲戦=======start======");
insuranceApplyService.updateApplyCurrentFee();
--
Gitblit v1.9.3