ソースを参照

update

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


読み込み中…
キャンセル
保存