mg
2022-10-08 df1325b0c100ead300a5a1b99438055d9446a436
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);
    /**
     * 同步案件进度
     *
@@ -48,4 +48,6 @@
    BaseCaseDetail baseCaseDetail(String code);
    ArrayList<String> listCaseImages(Integer id, Integer type);
    void endCase(Long caseId, String result);
}