|
@@ -416,6 +416,9 @@ func GetActivityDetailUserPower(user *models.WxUserItem, activityInfo *models.Ac
|
|
err = errors.New("GetCompanyPermissionUpgrade, Err: " + e.Error())
|
|
err = errors.New("GetCompanyPermissionUpgrade, Err: " + e.Error())
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
+ if permissionStr == "" {
|
|
|
|
+ return
|
|
|
|
+ }
|
|
if activityInfo.LimitPeopleNum > 0 {
|
|
if activityInfo.LimitPeopleNum > 0 {
|
|
mapUserType, e := GetActivityCcustomerTypeList()
|
|
mapUserType, e := GetActivityCcustomerTypeList()
|
|
if e != nil {
|
|
if e != nil {
|