zhanghua
2022-11-03 240a430cd12066a13e35e3da554b3b6afecdf512
ycl-platform/src/main/java/com/ycl/service/caseHandler/IBaseCaseService.java
@@ -8,6 +8,7 @@
import com.ycl.entity.caseHandler.BaseCaseDetail;
import java.util.ArrayList;
import java.util.List;
/**
 * <p>
@@ -32,9 +33,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 +50,7 @@
    ArrayList<String> listCaseImages(Integer id, Integer type);
    void endCase(Integer caseId, String result);
    void endCase(Long caseId, String result,String opinion);
    List<BaseCase> selectPage(Page<BaseCase> setSize, String number, Integer communityId, Integer categories, String startTime, String endTime, String site);
}