Commit 11ad8564 by 王祖波

会员分组回显

parent bed6b6ee
...@@ -152,6 +152,7 @@ public class GroupChatActivityController { ...@@ -152,6 +152,7 @@ public class GroupChatActivityController {
// 会员分组 // 会员分组
memberWeightView.put("tagGroupList", listMemberTagGroupInfoByGroupIds(joinDTO.getFilterJson())); memberWeightView.put("tagGroupList", listMemberTagGroupInfoByGroupIds(joinDTO.getFilterJson()));
} }
memberWeightViewList.add(memberWeightView);
activityVO.setMemberWeightViewList(memberWeightViewList); activityVO.setMemberWeightViewList(memberWeightViewList);
Long chatHmId = joinDTO.getChatHmId(); Long chatHmId = joinDTO.getChatHmId();
if (chatHmId != null) { if (chatHmId != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment