From 32851bc502dd5ef69c3077fd6c206bb4b82d5689 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 01 四月 2024 09:05:15 +0800
Subject: [PATCH] mrshi
---
server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java | 29 ++++++++++++++++++++++++++---
1 files changed, 26 insertions(+), 3 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 20a5497..f46c055 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
@@ -104,7 +104,7 @@
InsuranceApply findDetail(Integer id);
- void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO);
+ void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO);
Integer back(InsuranceApply insuranceApply);
@@ -122,8 +122,7 @@
Integer editBaoxiandan(InsuranceApply param);
- void updateApplyCurrentFee();
-
+ void updateApplyCurrentFee(Integer id);
String getSignLink(Integer id);
@@ -132,4 +131,28 @@
void dealWaitSignedData();
CountCyclePriceVO getCountCyclePriceVO(CountCyclePriceDTO countCyclePriceDTO);
+
+ void generateNotice();
+
+ /**
+ * 璇︽儏淇℃伅
+ * @param applyId
+ * @return
+ */
+ InsuranceApply queryApplyDetail(Integer applyId);
+
+ /**
+ * 濮旀墭淇� 鎶曚繚纭涔︾绔犱笟鍔�
+ * @param applyId
+ * @return
+ */
+ String getSignTBQRSLink(Integer applyId);
+
+ /**
+ * 浜哄憳鍚嶅崟绛剧珷
+ * @param applyId
+ * @return
+ */
+ String getMemberListOnlineSignLink(Integer applyId);
}
+
--
Gitblit v1.9.3