renjiaojiao 1 سال پیش
والد
کامیت
e51227176e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      rpc/internal/common/sendMsg.go

+ 1 - 1
rpc/internal/common/sendMsg.go

@@ -446,7 +446,7 @@ func MultSave(this message.MultipleSaveMsgReq) (int64, string) {
 				}
 			} else {*/
 			in = entity.Mysql.InsertBySql(sql3, common.If(positionId != 0, positionId, nil))
-			logx.Info("插入消息返回 in1 id:", in, this.MsgType, v)
+			logx.Info("插入消息返回 in1 id:", in, "消息类型:", this.MsgType, "用户id:", v)
 			if in > -1 {
 				ok := MsgCountAdd(v, this.Appid, util.Int64All(group_id))
 				if !ok {