瀏覽代碼

add reverse:for v1.1.2 分佣方案优化

tags/v1.1.2
huangjiajun 2 年之前
父節點
當前提交
170c4cad9a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      lib/comm_plan/all.go

+ 3
- 0
lib/comm_plan/all.go 查看文件

@@ -205,6 +205,9 @@ func sameMoney(lv, isOnlySubsidy int, restAmt, profit, peerRate, totalRatio, res
if opt.UserRate == nil {
return 0, restAmt, totalRatio, peerRate, subsidyFee, true
}
if opt.UserRate[lv] == nil {
return 0, restAmt, totalRatio, peerRate, subsidyFee, true
}
//极差返利
if opt.UserRate[lv].PayMode == 0 && isOnlySubsidy == 0 {
restAmt -= profit // 剩余可分


Loading…
取消
儲存