@@ -242,7 +242,7 @@ func (this *BaseAuthMobileController) Detail() {
}
- if userId == 0 || user.CompanyId == 1 {
+ if userId == 0 {
hasPermission = 1
resp.Content = utils.InterceptHtmlLength(resp.Content, 240) // 截取前80个字
} else {