Commit e9f84776 by 徐高华

parent 7c42c69e
......@@ -1082,7 +1082,7 @@ public class GroupChatServiceImpl implements GroupChatService {
// 通知处理群活码
try {
TabGroupChat chat = this.groupChatMapper.selectById(groupChatId);
if (null == chat || chat.getHmAddStatus() == 1 || null == chat.getOffTime()) {
if (null == chat || chat.getTotalCount() < offNum) {
continue;
}
if (chat.getOffTime().getTime() + 1000 * 60 * 60 * 8 < new Date().getTime()) {
......
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