jiangping
2025-06-11 3e76748af46dcc2602205f80caf8e9ea357c1e53
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);