This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_order_relate_rule
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
253
Wiki
Activity
Browse Source
更新
master
huangjiajun
1 year ago
parent
fa25e4d82d
commit
dfd3d36ba5
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
svc/reward_commission.go
+ 5
- 0
svc/reward_commission.go
View File
@@ -46,6 +46,11 @@ func GetRewardCommission(engine *xorm.Engine, rmd *md.CommissionParam, isShare b
minLevelList, _ := db.UserLevelInIDescByWeightLowWithOne(engine)
if minLevelList != nil {
minLevel = minLevelList.Id
if uid == 0 {
level = minLevel
newLevel = minLevel
userLevel = minLevel
}
}
// 获取抽成方案
newProvider := provider
Write
Preview
Loading…
Cancel
Save