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