|
@@ -503,6 +503,9 @@ func GetActivityDetailUserPower(user *models.WxUserItem, activityInfo *models.Ac
|
|
|
|
|
|
|
|
|
fmt.Println("主客观3", havePower)
|
|
|
+ if !strings.Contains(activityInfo.CustomerTypeIds, userTypeStr) && userTypeStr != "8" {
|
|
|
+ havePower = false
|
|
|
+ }
|
|
|
if havePower && activityInfo.LimitPeopleNum > 0 {
|
|
|
|
|
|
noPower, e := GetShareNoPowe(activityInfo, permissionStr, userType, user)
|