@@ -243,6 +243,9 @@ func (this *BaseAuthMobileController) Detail() {
//}
//resp.HasPermission = hasPermission
+ if user.UserId == 0 {
+ resp.HasPermission = 1
+ }
//如果是用户本人写的专栏,那么就不做校验
//if item.UserId == user.UserId || user.UserId == 0 {