dengbiao před 2 týdny
rodič
revize
f7877f8f1d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      rule/egg_energy/activity_coin_start_exchange_egg_person_energy.go

+ 1
- 1
rule/egg_energy/activity_coin_start_exchange_egg_person_energy.go Zobrazit soubor

@@ -54,7 +54,7 @@ func ActivityCoinStartExchangeEggEnergy(engine *xorm.Engine, req md.EggEnergyStr
Kind: "sub",
Title: enum.EggPointCoinToExchangeToTeamEggEnergy.String(),
TransferType: int(enum.EggPointCoinToExchangeToTeamEggEnergy),
CoinId: req.TeamEnergyCoinId,
CoinId: req.TeamPointCoinId,
Uid: req.Uid,
Amount: egg_system_rules.StrToFloat64(sign.TotalTeamEggPoints),
})


Načítá se…
Zrušit
Uložit