update log
This commit is contained in:
parent
71cad1c28f
commit
ec82443fec
@ -37,8 +37,15 @@ func (this *ModelRtaskRecord) overrideUpdate(uid string, cfg *cfg.GameRdtaskCond
|
||||
}
|
||||
|
||||
if v, ok := record.Vals[cfg.Id]; ok {
|
||||
this.moduleRtask.Debug("覆盖更新前",
|
||||
log.Field{Key: "uid", Value: uid},
|
||||
log.Field{Key: "v", Value: v},
|
||||
log.Field{Key: "paramLen", Value: paramLen},
|
||||
log.Field{Key: "vals", Value: vals},
|
||||
log.Field{Key: "cfgId", Value: cfg.Id},
|
||||
)
|
||||
v.Data = hasUpdateData(paramLen, v, vals...)
|
||||
this.moduleRtask.Debug("覆盖更新",
|
||||
this.moduleRtask.Debug("覆盖更新后",
|
||||
log.Field{Key: "uid", Value: uid},
|
||||
log.Field{Key: "v", Value: v.Data},
|
||||
log.Field{Key: "paramLen", Value: paramLen},
|
||||
|
Loading…
Reference in New Issue
Block a user