From 0f4e6cd6d52a27e4491a04afec3452564842ef47 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 24 Apr 2024 20:23:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/svc/svc_deal_commission.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/svc/svc_deal_commission.go b/app/svc/svc_deal_commission.go index 78cfb63..a088e20 100644 --- a/app/svc/svc_deal_commission.go +++ b/app/svc/svc_deal_commission.go @@ -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 {