| | |
| | | newStatisticsVO.setAudios(audioList); |
| | | newStatisticsVO.setPics(picList); |
| | | newStatisticsVO.setVideos(videoList); |
| | | |
| | | //查询事件流转记录 |
| | | List<EventTransferRecordVO> transferRecordList = this.baseMapper.getEventScreenEventTransList(newStatisticsVO.getId()); |
| | | newStatisticsVO.setTransferRecordList(transferRecordList); |
| | | } |
| | | statisticsVO.setNewStatisticsVO(newStatisticsVO); |
| | | |
| | |
| | | statisticsVO.setAudios(audioList); |
| | | statisticsVO.setPics(picList); |
| | | statisticsVO.setVideos(videoList); |
| | | |
| | | //查询事件流转记录 |
| | | List<EventTransferRecordVO> transferRecordList = this.baseMapper.getEventScreenEventTransList(eventDetailDTO.getEventId()); |
| | | statisticsVO.setTransferRecordList(transferRecordList); |
| | | } |
| | | } |
| | | return R.ok(statisticsVO); |