| | |
| | | * @author AI |
| | | * @date 2022-09-28 16:52 |
| | | */ |
| | | String uploadEvent(Integer caseId); |
| | | String uploadEvent(Long caseId); |
| | | |
| | | Page listViolationsPage(Page page, Integer state, Integer resource); |
| | | |
| | |
| | | |
| | | 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); |
| | | Page<BaseCase> selectPage(Page<BaseCase> setSize, String number, Integer streetId, Integer categories, String startTime, String endTime, String site); |
| | | |
| | | Page<QueryForViolationVO> selectViolation(QueryForViolationParam queryForViolationParam); |
| | | |
| | | List<QueryForViolationVO> selectViolationList(QueryForViolationParam queryForViolationParam); |
| | | |
| | | Page<BaseCaseVO> selectVideoInspection(Integer current); |
| | | |
| | | Map<String,Object> selectCount(); |