Commit 2532fe7e by 王祖波

会员分组回显

parent 58050f13
......@@ -147,7 +147,7 @@ public class GroupChatActivityController {
// 会员信息
if (Objects.equals(memberType,0)) {
// 查询人群筛选器搜索条件主键ID
memberWeightView.put("searchId", "GROUP_CHAT_SEARCH_ID_" + joinDTO.getChatActivityJoinId());
memberWeightView.put("searchId", "GROUP_CHAT_SEARCH_ID_" + joinDTO.getChatActivityJoinId() + "-" + joinDTO.getIndex());
} else if (Objects.equals(memberType,1)) {
// 会员分组
memberWeightView.put("tagGroupList", listMemberTagGroupInfoByGroupIds(joinDTO.getFilterJson()));
......
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