浏览代码

更新

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


正在加载...
取消
保存