Pārlūkot izejas kodu

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

tags/v1.1.1
huangjiajun pirms 2 gadiem
vecāks
revīzija
3eeb37b157
1 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. +6
    -1
      lib/comm_plan/all.go

+ 6
- 1
lib/comm_plan/all.go Parādīt failu

@@ -199,7 +199,12 @@ func sameMoney(lv, isOnlySubsidy int, restAmt, profit, peerRate, totalRatio, res
if restAmt < profit {
return 0, restAmt, totalRatio, peerRate, subsidyFee, true
}

if opt == nil {
return 0, restAmt, totalRatio, peerRate, subsidyFee, true
}
if opt.UserRate == nil {
return 0, restAmt, totalRatio, peerRate, subsidyFee, true
}
//极差返利
if opt.UserRate[lv].PayMode == 0 && isOnlySubsidy == 0 {
restAmt -= profit // 剩余可分


Notiek ielāde…
Atcelt
Saglabāt