ycl-platform/src/main/java/com/ycl/service/caseHandler/IBaseCaseService.java
@@ -31,7 +31,7 @@ * @author AI * @date 2022-09-28 16:52 */ String uploadEvent(Integer caseId); String uploadEvent(Long caseId); Page listViolationsPage(Page page, Integer state, Integer resource); @@ -60,6 +60,8 @@ Page<QueryForViolationVO> selectViolation(QueryForViolationParam queryForViolationParam); List<QueryForViolationVO> selectViolationList(QueryForViolationParam queryForViolationParam); Page<BaseCaseVO> selectVideoInspection(Integer current); Map<String,Object> selectCount();