zhanghua
2023-04-14 e8a0f05f99f33fa05085536541da6bc27e66a644
ycl-platform/src/main/java/com/ycl/service/caseHandler/IBaseCaseService.java
@@ -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();