|
|
|
@ -620,6 +620,10 @@ public class NosLawEnforcementTaskServiceImpl extends ServiceImpl<NosLawEnforcem |
|
|
|
Page<NosLawEnforcementCommentTaskPageVO> page = new Page<>(pageParam.getPageNo(), pageParam.getPageSize()); |
|
|
|
page = this.baseMapper.pageHasCommentTask(page, userId); |
|
|
|
|
|
|
|
if (page.getRecords().isEmpty()) { |
|
|
|
return TableDataInfo.build(); |
|
|
|
} |
|
|
|
|
|
|
|
List<String> taskIdList = page.getRecords().stream().map(NosLawEnforcementCommentTaskPageVO::getId).toList(); |
|
|
|
|
|
|
|
// 查询任务的执法人员
|
|
|
|
|