diff --git a/modules/chat/modelChat.go b/modules/chat/modelChat.go index cef420cdc..6b9bdd477 100644 --- a/modules/chat/modelChat.go +++ b/modules/chat/modelChat.go @@ -117,7 +117,7 @@ func (this *modelChatComp) getChatQueue(channel pb.ChatChannel, stag, union stri this.addChatMsg(key, int64(max_chat), result...) } } - } else { + } else if err != nil { this.module.Errorf("err:%v", err) } return