ソースを参照

test

tags/v4.3.1
huangjiajun 1年前
コミット
4e671dd6d6
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      rule/self_buy_global.go

+ 1
- 1
rule/self_buy_global.go ファイルの表示

@@ -50,7 +50,7 @@ func AddOrder(eg *xorm.Engine, req map[string]string) {
}
nowMoney := leave + price*capitalPoolMul
nowNum := int(nowMoney / onemoney)
max.Num += nowNum
max.Num = nowNum
max.LeavePrice = zhios_order_relate_utils.Float64ToStrByPrec(zhios_order_relate_utils.StrToFloat64(max.LeavePrice)+zhios_order_relate_utils.StrToFloat64(req["price"]), 3)
max.OtherPrice = zhios_order_relate_utils.Float64ToStrByPrec(zhios_order_relate_utils.StrToFloat64(max.OtherPrice)+zhios_order_relate_utils.StrToFloat64(req["price"]), 3)
max.UpdateTime = time.Now()


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