From 50fb58286ed3b718c39a97e0987ee7561a295651 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 04 七月 2025 17:56:41 +0800 Subject: [PATCH] git ch --- server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java | 9 +-------- 1 files changed, 1 insertions(+), 8 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 2c36e68..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 checkMemberSolution(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); @@ -189,7 +183,6 @@ void testSendEmail(); -// InsuranceDataVO getInsuranceDataVO(); } -- Gitblit v1.9.3