Commit 8e1e1421 by 徐高华

群满

parent ab657393
...@@ -242,6 +242,8 @@ public class GroupChatHmServiceImpl implements GroupChatHmService { ...@@ -242,6 +242,8 @@ public class GroupChatHmServiceImpl implements GroupChatHmService {
it.remove(); it.remove();
} }
} }
}
}
// 保存活码 // 保存活码
List<TabGroupChat> list = this.groupChatMapper.listByWxWxChatIdListDk(wxEnterpriseId, List<TabGroupChat> list = this.groupChatMapper.listByWxWxChatIdListDk(wxEnterpriseId,
qwChatIdList); qwChatIdList);
...@@ -258,8 +260,6 @@ public class GroupChatHmServiceImpl implements GroupChatHmService { ...@@ -258,8 +260,6 @@ public class GroupChatHmServiceImpl implements GroupChatHmService {
} }
} }
} }
}
}
@Override @Override
public ServiceResponse<GroupChatHmDTO> saveHm(GroupChatHmDTO dto) { public ServiceResponse<GroupChatHmDTO> saveHm(GroupChatHmDTO dto) {
......
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