huangjiajun 1 год назад
Родитель
Сommit
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)
//积分


Загрузка…
Отмена
Сохранить