ソースを参照

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 // 剩余可分


読み込み中…
キャンセル
保存