|
|
|
@ -172,6 +172,7 @@ public class PartyTopicServiceImpl extends BaseServiceImpl<PartyTopicDao, PartyT |
|
|
|
}else{ |
|
|
|
partyTopicResultDTO.setBannedFlag("0"); |
|
|
|
} |
|
|
|
partyTopicResultDTO.setCurrentUserIdentity(userByGroupIdAndUserId.getIdentityFlag()); |
|
|
|
partyTopicResultDTO.setTopicList(topicLists); |
|
|
|
return new Result<PartyTopicResultDTO>().ok(partyTopicResultDTO); |
|
|
|
} |
|
|
|
|