nidapeng
2024-03-20 c9f07c1f79e7ea9eb00925975d3ae2c9e8dcbd25
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,7 +122,7 @@
    Integer editBaoxiandan(InsuranceApply param);
    void updateApplyCurrentFee();
    void updateApplyCurrentFee(Integer id);
    String getSignLink(Integer id);
@@ -132,4 +132,6 @@
    void dealWaitSignedData();
    CountCyclePriceVO getCountCyclePriceVO(CountCyclePriceDTO countCyclePriceDTO);
    void generateNotice();
}