|
|
@ -96,8 +96,8 @@ public class IssueServiceImpl implements IssueService { |
|
|
|
TopicInfoDTO topicInfoDTOResult = new TopicInfoDTO(); |
|
|
|
if (!StringUtils.isBlank(issueResult.getTopicId())&&"resi_topic".equals(issueResult.getSourceType())) { |
|
|
|
topicInfoDTOResult = resiGroupFeignClient.selectDetail(topicInfoFormDTO).getData(); |
|
|
|
issueDetailResult.setTopicInfo(topicInfoDTOResult == null ? new TopicInfoDTO() : topicInfoDTOResult); |
|
|
|
} |
|
|
|
issueDetailResult.setTopicInfo(topicInfoDTOResult == null ? new TopicInfoDTO() : topicInfoDTOResult); |
|
|
|
|
|
|
|
if (null != topicInfoDTOResult && "branch".equals(topicInfoDTOResult.getGroupType())) {//支部小组话题发起人显示真实姓名
|
|
|
|
List<String> userIdList = new ArrayList<>(); |
|
|
|