Commit f5957876 by 徐高华

群满

parent 8e1e1421
...@@ -240,10 +240,12 @@ public class GroupChatHmServiceImpl implements GroupChatHmService { ...@@ -240,10 +240,12 @@ public class GroupChatHmServiceImpl implements GroupChatHmService {
while(it.hasNext()) { while(it.hasNext()) {
if(it.next().equals(cid.getWxChatIdDk())) { if(it.next().equals(cid.getWxChatIdDk())) {
it.remove(); it.remove();
break ;
} }
} }
} }
} }
logger.info("处理后群活码应有的群={}", qwChatIdList);
// 保存活码 // 保存活码
List<TabGroupChat> list = this.groupChatMapper.listByWxWxChatIdListDk(wxEnterpriseId, List<TabGroupChat> list = this.groupChatMapper.listByWxWxChatIdListDk(wxEnterpriseId,
qwChatIdList); qwChatIdList);
......
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