Explorar o código

recharge record add by people

abiao %!s(int64=4) %!d(string=hai) anos
pai
achega
c25cdd734a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      go/gopath/src/fohow.com/apps/helpers/benefit_helper.go

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