Parcourir la source

更新

one_orenge
huangjiajun il y a 7 mois
Parent
révision
0f4e6cd6d5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      app/svc/svc_deal_commission.go

+ 1
- 1
app/svc/svc_deal_commission.go Voir le fichier

@@ -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 {


Chargement…
Annuler
Enregistrer