nidapeng
2024-03-28 dc3cfa57c400ded43fdac3a73c7be27a18a90b23
server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -104,7 +104,7 @@
    InsuranceApply findDetail(Integer id);
     void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO);
    void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO);
    Integer back(InsuranceApply insuranceApply);
@@ -122,8 +122,7 @@
    Integer editBaoxiandan(InsuranceApply param);
    void updateApplyCurrentFee();
    void updateApplyCurrentFee(Integer id);
    String getSignLink(Integer id);
@@ -132,4 +131,28 @@
    void dealWaitSignedData();
    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);
}