|
@@ -1018,10 +1018,6 @@ func GetSpecialDetailUserPower(user *models.WxUserItem, activityInfo *models.Cyg
|
|
|
havePower = true
|
|
|
return
|
|
|
}
|
|
|
- fmt.Println(userType)
|
|
|
- fmt.Println(permissionStr)
|
|
|
- fmt.Println(activityInfo.ChartPermissionName)
|
|
|
- fmt.Println(activityInfo.CustomerTypeIds)
|
|
|
if strings.Contains(permissionStr, activityInfo.ChartPermissionName) && strings.Contains(activityInfo.CustomerTypeIds, "8") {
|
|
|
havePower = true
|
|
|
return
|