DengBiao 9 місяці тому
джерело
коміт
c183057eb0
1 змінених файлів з 2 додано та 2 видалено
  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 Переглянути файл

@@ -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()


Завантаження…
Відмінити
Зберегти