fix:游戏记录创建时间

This commit is contained in:
sk 2024-12-16 11:12:22 +08:00
parent 8649fa66e4
commit 63f3d02349
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ func (this *Player) ReportGameEvent(param *ReportGameEventParam) *ReportGameEven
ModeId: this.scene.GameMode,
Tax: param.Tax,
Amount: param.Change,
CreateTime: this.CreateTime.Unix(),
CreateTime: time.Now().Unix(),
CreateDayTime: tCreateDay.Unix(),
Out: param.Out,
In: param.In,