| | |
| | | @LogSave(operationType = "点位管理", contain = "查询点位") |
| | | public CommonResult searchVideoPoint(@RequestParam Long size, |
| | | @RequestParam Long current, |
| | | @RequestParam(required = false) Integer type, |
| | | @RequestParam(required = false) Integer streetId, |
| | | @RequestParam(required = false) Integer communityId) { |
| | | |
| | | IPage<VideoPointVo> pointVoIPage = iVideoPointService.getList(streetId, communityId, current.intValue(), size.intValue()); |
| | | IPage<VideoPointVo> pointVoIPage = iVideoPointService.getList(streetId, communityId, type, current.intValue(), size.intValue()); |
| | | // pointVoIPage.getRecords() |
| | | // .stream() |
| | | // .forEach(item -> item.setUrlAddress(videoUtil.getVideo(item.getPlatResourceId(), "HLS", 0))); |