From 3e76748af46dcc2602205f80caf8e9ea357c1e53 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 11 六月 2025 18:28:16 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1 --- server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java | 8 +------- 1 files changed, 1 insertions(+), 7 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 e26e8a1..07d013f 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 @@ -29,7 +29,7 @@ */ Integer create(InsuranceApply insuranceApply); Integer updateData(InsuranceApply insuranceApply); - void checkMemberSolutionOld(Integer solutionId,String idCode,String memberName,Date startTime,Date endTime,Integer applyId); + //void checkMemberSolutionOld(Integer solutionId,String idCode,String memberName,Date startTime,Date endTime,Integer applyId); /** * 涓婚敭鍒犻櫎 @@ -110,13 +110,7 @@ void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO); - Integer back(InsuranceApply insuranceApply); - Integer closeWtbForShop(InsuranceApply insuranceApply); - Integer uploadToubaodan(InsuranceApply insuranceApply); - Integer uploadBaoxiandan(InsuranceApply insuranceApply); - - Integer dealBackApply(InsuranceApply insuranceApply); Integer check(InsuranceApply insuranceApply, UnionApplyServiceImpl unionApplyServiceImpl); -- Gitblit v1.9.3