@@ -29,7 +29,7 @@ func FindUserMsg(this message.FindUserMsgReq, isClean bool) message.FindUserMsgR
"isdel": 1,
"appid": this.Appid,
}
- if this.MsgType != -1 {
+ if this.MsgType > 0 {
cquery["group_id"] = this.MsgType
if this.Read != -1 {