|
|
@@ -109,7 +109,7 @@ func GetRewardCommission(engine *xorm.Engine, rmd *md.CommissionParam, isShare b |
|
|
|
ulink = getRewardLink(reward.DirectPushBenefitUid, 1, reward.DirectPush, ulink) |
|
|
|
//自购 |
|
|
|
ulink = getRewardLink(reward.Uid, 0, reward.SelfRateList, ulink) |
|
|
|
return profit, pvdFee, sysFee, 0, nil, nil |
|
|
|
return profit, pvdFee, sysFee, 0, ulink, nil |
|
|
|
} |
|
|
|
} |
|
|
|
func getRewardLink(uid string, diff int, reward map[string]string, ulinkParent *comm_plan.LvUser) *comm_plan.LvUser { |
|
|
|