Commit 0074a6bf by 徐高华

Merge branch 'feature/社群' into 'developer'

群满处理

See merge request !747
parents d31e9c89 f26a3a91
......@@ -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