zhanghua
2023-06-12 905296d89c10d770cb613fd93f1ca4aa687754ce
ycl-platform/src/main/java/com/ycl/service/caseHandler/IBaseCaseService.java
@@ -39,7 +39,7 @@
     */
    String uploadEvent(Long caseId);
    Page listViolationsPage(Integer size, Integer current, Integer state, Integer resource, String code, String categoryBig, String categorySmall, Integer street, String site, String startTime, String endTime, Integer violationsTypeId);
    Page listViolationsPage(Integer size, Integer current, Integer state, Integer resource, String code, String categoryBig, String categorySmall, Integer street, String site, String startTime, String endTime, Integer violationsTypeId,Integer videoId);
    Page listIllegalBuilding(Integer size, Integer current, Integer state, Integer resource);
@@ -69,7 +69,7 @@
    List<QueryForViolationVO> selectViolationList(QueryForViolationParam queryForViolationParam);
    Page<BaseCaseVO> selectVideoInspection(Integer current, Long gradeId, Long videoId, String beginTime, String endTime);
    Page<BaseCaseVO> selectVideoInspection(Integer current, Integer pageSize,Long gradeId, Long videoId, String beginTime, String endTime);
    Map<String, Object> selectCount();