소스 검색

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


불러오는 중...
취소
저장