Procházet zdrojové kódy

recharge record add by people

abiao před 4 roky
rodič
revize
c25cdd734a

+ 1 - 1
go/gopath/src/fohow.com/apps/helpers/benefit_helper.go

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