From aae41c881d4082a5ee6200cd2ef7990faa06306b Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 一月 2024 11:22:49 +0800
Subject: [PATCH] 开发业务接口

---
 server/platform/src/main/java/com/doumee/task/ScheduleTool.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 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 075cf61..06d04c0 100644
--- a/server/platform/src/main/java/com/doumee/task/ScheduleTool.java
+++ b/server/platform/src/main/java/com/doumee/task/ScheduleTool.java
@@ -31,6 +31,15 @@
      * @throws Exception
      */
     @Scheduled(fixedDelay= 60*1000,initialDelay = 30000)
+    public void startSignAuthAuto() throws Exception {
+        log.info("==============瀹氭椂娉ㄥ唽浼佷笟鍚涘瓙绛捐处鍙�=======start======");
+        companyService.startSignAuthAuto();
+        log.info("==============瀹氭椂娉ㄥ唽浼佷笟鍚涘瓙绛捐处鍙�======end=======");
+    }
+    /**
+     * @throws Exception
+     */
+    @Scheduled(fixedDelay= 60*1000,initialDelay = 30000)
     public void dealComSignAuthStatus() throws Exception {
         log.info("==============瀹氭椂鏌ヨ浼佷笟鐢靛瓙绛捐璇佺姸鎬�=======start======");
         companyService.dealSignAuthStatus();
@@ -39,6 +48,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======");

--
Gitblit v1.9.3