|
|
@ -338,7 +338,7 @@ public class ResiTopicCommentServiceImpl extends BaseServiceImpl<ResiTopicCommen |
|
|
|
setCacheUserInfo(topic.getGroupId(),comments); |
|
|
|
//支部小组人员返真实姓名
|
|
|
|
ResiGroupEntity entity = resiGroupDao.selectById(topic.getGroupId()); |
|
|
|
if("".equals(entity.getGroupType())){ |
|
|
|
if("branch".equals(entity.getGroupType())){ |
|
|
|
List<String> userIds = comments.stream().map(m -> m.getUserId()).distinct().collect(Collectors.toList()); |
|
|
|
List<UserInfoResultDTO> userInfos = resiTopicService.disPoseUserInfo(entity.getGroupType(), userIds); |
|
|
|
comments.forEach(item -> { |
|
|
|