Explorar el Código

update

master
dengbiao hace 2 semanas
padre
commit
f7877f8f1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -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),
})


Cargando…
Cancelar
Guardar