Explorar el Código

update

master
DengBiao hace 9 meses
padre
commit
c183057eb0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      rule/one_circles/one_circles_activity_coin_auto_exchange_green_energy.go

+ 2
- 2
rule/one_circles/one_circles_activity_coin_auto_exchange_green_energy.go Ver fichero

@@ -106,7 +106,7 @@ func ActivityCoinAutoExchangeGreenEnergy(engine *xorm.Engine, masterId string) (
OrdId: "",
CoinId: oneCirclesPublicPlatoonBasicSetting.PersonActivePointsCoinId,
Uid: v.Uid,
Amount: zhios_order_relate_utils.StrToFloat64(autoExchangeNumsByPersonAmount),
Amount: autoExchangeNumsByPerson,
})
if err != nil {
_ = session.Rollback()
@@ -155,7 +155,7 @@ func ActivityCoinAutoExchangeGreenEnergy(engine *xorm.Engine, masterId string) (
OrdId: "",
CoinId: oneCirclesPublicPlatoonBasicSetting.TeamActivePointsCoinId,
Uid: v.Uid,
Amount: zhios_order_relate_utils.StrToFloat64(autoExchangeNumsByPersonAmount),
Amount: autoExchangeNumsByTeam,
})
if err != nil {
_ = session.Rollback()


Cargando…
Cancelar
Guardar