From 39fb77e70bae8aa3289df71bcb04b78dc9f2ba8f Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期五, 29 三月 2024 10:15:30 +0800 Subject: [PATCH] 提交一把 --- server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java | 36 +++++++++++++++++++++++++++++++++--- 1 files changed, 33 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 facba13..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 @@ -2,9 +2,11 @@ import com.doumee.core.model.PageData; import com.doumee.core.model.PageWrap; +import com.doumee.dao.business.dto.CountCyclePriceDTO; import com.doumee.dao.business.dto.InsuranceApplyOptDTO; import com.doumee.dao.business.dto.InsuranceApplyQueryDTO; import com.doumee.dao.business.model.InsuranceApply; +import com.doumee.dao.business.vo.CountCyclePriceVO; import com.jzq.common.bean.sign.NotifyDataReq; import java.util.List; @@ -23,6 +25,7 @@ * @return Integer */ Integer create(InsuranceApply insuranceApply); + Integer updateData(InsuranceApply insuranceApply); /** * 涓婚敭鍒犻櫎 @@ -101,7 +104,7 @@ InsuranceApply findDetail(Integer id); - void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO); + void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO); Integer back(InsuranceApply insuranceApply); @@ -119,10 +122,37 @@ Integer editBaoxiandan(InsuranceApply param); - void updateApplyCurrentFee(); - + void updateApplyCurrentFee(Integer id); String getSignLink(Integer id); void dealSignResult(NotifyDataReq data); + + 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