From 0c9a7d863d46138a574ed3aa966f9a2e1b6a2d91 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 29 三月 2024 11:39:18 +0800 Subject: [PATCH] git ch --- server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java | 30 +++++++++++++++++++++++++++++- 1 files changed, 29 insertions(+), 1 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 920ce43..b4dec09 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 @@ -124,7 +124,6 @@ void updateApplyCurrentFee(Integer id); - String getSignLink(Integer id); void dealSignResult(NotifyDataReq data); @@ -134,4 +133,33 @@ 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); + + /** + * 濮旀墭淇� 鎶曚繚鐢宠绛剧讲 + * @param id + * @return + */ + String getSignWTBTBDLink(Integer id); } + -- Gitblit v1.9.3