Explorar el Código

更新

tags/v4.3.0
huangjiajun hace 1 año
padre
commit
d5b7e2e362
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/comm_plan/ds_check.go

+ 1
- 1
lib/comm_plan/ds_check.go Ver fichero

@@ -310,7 +310,7 @@ Loop:
node.ParentUser.Profit = commission
teamRate := 0.00
if len(grade[node.ParentUser.Lv].TeamRateList) > 0 {
teamRate = zhios_order_relate_utils.StrToFloat64(grade[node.ParentUser.Lv].TeamRateList["0"])
teamRate = zhios_order_relate_utils.StrToFloat64(grade[node.ParentUser.Lv].TeamRateList["0"]) / 100
}
node.ParentUser.Profit, restAmt, totalCommissionRatio, node.ParentUser.SubsidyFee, isBreak = teamDiffMoney(node.ParentUser.Profit, grade[node.Lv].PayMode, isOnlySubsidyFee, totalAmt, restAmt, teamRate, totalCommissionRatio, peerRate, node.ParentUser.SubsidyFee, 0)
//积分


Cargando…
Cancelar
Guardar