huangjiajun před 6 měsíci
rodič
revize
9b4b33e93e
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      lib/comm_plan/ds_check.go

+ 6
- 0
lib/comm_plan/ds_check.go Zobrazit soubor

@@ -166,6 +166,12 @@ func CalReturnAmountAndRatioDsSecond(level, ownbuyReturnType, peerNum int, userT
newFee = node.Profit
}
ratio := getVirtualCoinRatioDsOwn(userType, level, peerNum, opt.UserRate, coinId, 0)
for k := range opt.VirtualCoinMoneyRatioList {
if k == 0 {
continue
}
opt.VirtualCoinMoneyRatioList[k] = "1"
}
amount := getCoinAmount(ratio, zhios_order_relate_utils.StrToInt(coinId), newFee, opt.VirtualCoinMoneyRatioList)
if coinId == "0" { //
commission = amount


Načítá se…
Zrušit
Uložit