Ver código fonte

更新

master
huangjiajun 6 meses atrás
pai
commit
9b4b33e93e
1 arquivos alterados com 6 adições e 0 exclusões
  1. +6
    -0
      lib/comm_plan/ds_check.go

+ 6
- 0
lib/comm_plan/ds_check.go Ver arquivo

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


Carregando…
Cancelar
Salvar