lt 5 дней назад
Родитель
Сommit
9c739bdcba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      RO_Server_Trunk-branch_0.1.39/roserver/game/model/role.go

+ 1 - 1
RO_Server_Trunk-branch_0.1.39/roserver/game/model/role.go

@@ -3714,7 +3714,7 @@ func (this *Role) payInfoGet(goodsType, goodsId, count int32, rushStage, rushRou
 		//CpOrderId:        model.GenerateUidByZone(int(this.GetSelectZone())),
 		//CpOrderId:        model.GenerateUidByZone(int(this.GetSelectZone())),
 		Uid:              this.GetUUid(),
 		Uid:              this.GetUUid(),
 		OrderProcessTime: util.GetTimeMilliseconds(),
 		OrderProcessTime: util.GetTimeMilliseconds(),
-		SId:              int32(service.GetServiceConfig().Node.Zone),
+		SId:              this.GetSelectZone(),
 	}
 	}
 
 
 	if cpOrderId > 0 {
 	if cpOrderId > 0 {