renjiaojiao hai 1 ano
pai
achega
e51227176e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {