Browse Source

话题列表接口增加当前用户群身份字段

feature/syp_points
liuchuang 5 years ago
committed by songyunpeng
parent
commit
776f8b3319
  1. 1
      esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/java/com/elink/esua/epdc/service/impl/PartyTopicServiceImpl.java

1
esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/java/com/elink/esua/epdc/service/impl/PartyTopicServiceImpl.java

@ -171,6 +171,7 @@ public class PartyTopicServiceImpl extends BaseServiceImpl<PartyTopicDao, PartyT
}
partyTopicResultDTO.setCurrentUserIdentity(userByGroupIdAndUserId.getIdentityFlag());
}
partyTopicResultDTO.setCurrentUserIdentity(userByGroupIdAndUserId.getIdentityFlag());
partyTopicResultDTO.setTopicList(topicLists);
return new Result<PartyTopicResultDTO>().ok(partyTopicResultDTO);
}

Loading…
Cancel
Save