huangjiajun 1 рік тому
джерело
коміт
d5b7e2e362
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      lib/comm_plan/ds_check.go

+ 1
- 1
lib/comm_plan/ds_check.go Переглянути файл

@@ -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)
//积分


Завантаження…
Відмінити
Зберегти