Browse Source

更新

one_orenge
huangjiajun 7 months ago
parent
commit
0f4e6cd6d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/svc/svc_deal_commission.go

+ 1
- 1
app/svc/svc_deal_commission.go View File

@@ -128,7 +128,7 @@ func CommCombineVirtualCoinRelateData(lvUser *comm_plan.LvUser, oid int64, pvd s
mode := mapData["mode"]

var data = make([]*model.VirtualCoinRelate, 0)
if mapData["reward_type"] != "2" && level == 0 {
if mapData["reward_type"] != "2" && level == 0 || level > 0 {
//可能没有极差返利 只有补贴
profitList := lvUser.ProfitList
if len(profitList) == 0 {


Loading…
Cancel
Save