瀏覽代碼

更新

tags/v4.3.0
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)
//积分


Loading…
取消
儲存