|
|
@ -73,7 +73,8 @@ public class GroupIssueServiceImpl implements GroupIssueService { |
|
|
|
List<String> userIds = new ArrayList<>(); |
|
|
|
ApplicationDetailResultDTO data = result.getData(); |
|
|
|
userIds.add(data.getUserId()); |
|
|
|
if (!applicationDetailFormDTO.getTopicIdIsNull()){ |
|
|
|
//如果来源于话题
|
|
|
|
if (StringUtils.isNotBlank(data.getTopicId())){ |
|
|
|
TopicInfoResultDTO topicInfoResultDTO = resiGroupDao.selectTopicInfo(data.getTopicId()); |
|
|
|
userIds.add(topicInfoResultDTO.getTopicUserId()); |
|
|
|
// 查询小组类别
|
|
|
|