浏览代码

增加日志

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 {