From 09da100729793848bc01b51f7b05ca3f1e7ec64f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 20 六月 2024 14:05:35 +0800
Subject: [PATCH] 提交一把

---
 server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java b/server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
index 0ee55fd..9ccbdde 100644
--- a/server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
+++ b/server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -108,7 +108,7 @@
     void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO);
 
     Integer back(InsuranceApply insuranceApply);
-
+    Integer closeWtbForShop(InsuranceApply insuranceApply);
     Integer uploadToubaodan(InsuranceApply insuranceApply);
 
     Integer uploadBaoxiandan(InsuranceApply insuranceApply);
@@ -117,17 +117,17 @@
 
     Integer check(InsuranceApply insuranceApply);
 
-     InsuranceApply  findDetailForExport(InsuranceApply model);
+    InsuranceApply  findDetailForExport(InsuranceApply model);
 
     List<InsuranceApply> findListByDTO(InsuranceApplyQueryDTO model);
 
     Integer editBaoxiandan(InsuranceApply param);
 
-    void updateApplyCurrentFee(Integer id);
+    void updateApplyCurrentFee(Integer id,Integer unionId);
 
     String getSignLink(Integer id);
 
-    void dealSignResult(NotifyDataReq data);
+    String dealSignResult(NotifyDataReq data);
 
     void dealWaitSignedData();
 
@@ -162,5 +162,11 @@
      * @return
      */
     String getSignWTBTBDLink(SmsCheckDTO smsCheckDTO);
+
+    /**
+     * 淇濋殰涓噾棰�
+     * @return
+     */
+    Integer guaranteeNum();
 }
 

--
Gitblit v1.9.3