Commit f26a3a91 by 徐高华

群满处理

parent 30fec6c4
......@@ -661,7 +661,7 @@ public class GroupChatServiceImpl implements GroupChatService {
}
}
}
if (CollectionUtils.isNotEmpty(qwUserList) && totalCount >= offNum && null != chat.getOffTime()) {
if (totalCount >= offNum && null == chat.getOffTime()) {
logger.info("群满下线处理,chatid={}", chat.getWxChatId());
this.chatOff(chat);
}
......
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