@@ -898,10 +898,10 @@ func GetActivityDetailUserPower(user *models.WxUserItem, activityInfo *models.Ac
havePower = false
}
- }
- //如果主客观校验不通过,那么直接返回
- if !havePower {
- return
+ //如果主客观校验不通过,那么直接返回
+ if !havePower {
+ return
+ }
if activityInfo.LimitPeopleNum > 0 {
mapUserType, e := GetActivityCcustomerTypeList()