jiangping
2024-06-25 79c9232338cddb4af6d38d8c024120d3d2d4df61
server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -7,9 +7,11 @@
import com.doumee.dao.business.dto.InsuranceApplyQueryDTO;
import com.doumee.dao.business.dto.SmsCheckDTO;
import com.doumee.dao.business.model.InsuranceApply;
import com.doumee.dao.business.model.Member;
import com.doumee.dao.business.vo.CountCyclePriceVO;
import com.jzq.common.bean.sign.NotifyDataReq;
import java.util.Date;
import java.util.List;
/**
@@ -27,6 +29,7 @@
     */
    Integer create(InsuranceApply insuranceApply);
    Integer updateData(InsuranceApply insuranceApply);
    void checkMemberSolution(Integer solutionId,String idCode,String memberName,Date startTime,Date endTime,Integer applyId);
    /**
     * 主键删除
@@ -117,17 +120,17 @@
    Integer check(InsuranceApply insuranceApply);
     InsuranceApply  findDetailForExport(InsuranceApply model);
    InsuranceApply  findDetailForExport(InsuranceApply model);
    List<InsuranceApply> findListByDTO(InsuranceApplyQueryDTO model);
    Integer editBaoxiandan(InsuranceApply param);
    void updateApplyCurrentFee(Integer id);
    void updateApplyCurrentFee(Integer id,Integer unionId);
    String getSignLink(Integer id);
    void dealSignResult(NotifyDataReq data);
    String dealSignResult(NotifyDataReq data);
    void dealWaitSignedData();