Browse Source

修改参数

unknown 3 years ago
parent
commit
7faf8a6fb3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      service/messageService.go

+ 0 - 1
service/messageService.go

@@ -66,7 +66,6 @@ func (service *MessageService) LastMessage(userId string, appId string, msgType
 		"receive_userid": userId,
 		"receive_userid": userId,
 		"isdel":          1,
 		"isdel":          1,
 		"appid":          appId,
 		"appid":          appId,
-		"msg_type":       msgType,
 	}
 	}
 	if isRead != -1 {
 	if isRead != -1 {
 		query["isRead"] = isRead
 		query["isRead"] = isRead