jiangping
2024-06-19 af9932d1d6fe3bd56799dcd8b4d76dc993c5c1db
server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -117,17 +117,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();
@@ -162,5 +162,11 @@
     * @return
     */
    String getSignWTBTBDLink(SmsCheckDTO smsCheckDTO);
    /**
     * 保障中金额
     * @return
     */
    Integer guaranteeNum();
}