k94314517
2024-03-29 0c9a7d863d46138a574ed3aa966f9a2e1b6a2d91
server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -124,7 +124,6 @@
    void updateApplyCurrentFee(Integer id);
    String getSignLink(Integer id);
    void dealSignResult(NotifyDataReq data);
@@ -132,4 +131,35 @@
    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);
    /**
     * 委托保 投保申请签署
     * @param id
     * @return
     */
    String getSignWTBTBDLink(Integer id);
}