wl
2022-10-21 a58d740c8ef15c0bafcf5d3b76abb54333c2028e
ycl-platform/src/main/java/com/ycl/service/caseHandler/IBaseCaseService.java
@@ -32,9 +32,9 @@
    Page listIllegalBuilding(Page page, Integer state, Integer resource);
    Boolean saveViolationCase(ViolationParam violationParam,Integer id);
    Boolean saveViolationCase(ViolationParam violationParam,Long id);
    Boolean saveIllegalBuildingCase(IllegalBuildingParam illegalBuildingParam, Integer id);
    Boolean saveIllegalBuildingCase(IllegalBuildingParam illegalBuildingParam, Long id);
    /**
     * 同步案件进度
     *
@@ -49,5 +49,5 @@
    ArrayList<String> listCaseImages(Integer id, Integer type);
    void endCase(Integer caseId, String result);
    void endCase(Long caseId, String result,String opinion);
}