|
@@ -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 {
|