|
@@ -56,7 +56,7 @@ func NewSendInviterBenefit(wxUser *user_model.WxUser, orderId, source string) {
|
|
|
if benefitWxUser != nil {
|
|
if benefitWxUser != nil {
|
|
|
count := int64(0)
|
|
count := int64(0)
|
|
|
//发放一级收益, 上级群主返利540
|
|
//发放一级收益, 上级群主返利540
|
|
|
- if balanceOrder.PaiedPrice == base_config.GetBuyCash() {
|
|
|
|
|
|
|
+ if balanceOrder.PaiedPrice >= base_config.GetBuyCash() {
|
|
|
count = base_config.GetCashAward()
|
|
count = base_config.GetCashAward()
|
|
|
}
|
|
}
|
|
|
if count > 0 {
|
|
if count > 0 {
|