diff --git a/gamesrv/tienlen/scenedata_tienlen.go b/gamesrv/tienlen/scenedata_tienlen.go index e581d75..62c1ee3 100644 --- a/gamesrv/tienlen/scenedata_tienlen.go +++ b/gamesrv/tienlen/scenedata_tienlen.go @@ -2117,15 +2117,16 @@ func (this *TienLenSceneData) SaveCustomLog() { Platform: this.Platform, CycleId: this.CycleID, RoomConfigId: this.GetCustom().GetRoomConfigId(), + GameFreeId: this.GetGameFreeId(), + TotalRound: this.TotalOfGames, + PlayerNum: this.PlayerNum, + Password: this.GetCustom().GetPassword(), + CostType: this.GetCustom().GetCostType(), + Voice: this.GetCustom().GetVoice(), RoomId: this.SceneId, StartTs: this.GameStartTime.Unix(), EndTs: time.Now().Unix(), State: state, - GameFreeId: this.GetGameFreeId(), - TotalRound: this.TotalOfGames, - Password: this.GetCustom().GetPassword(), - CostType: this.GetCustom().GetCostType(), - Voice: this.GetCustom().GetVoice(), } for snid := range this.BilledList { var items []*model.Item