he2802 4 سال پیش
والد
کامیت
f35a826f5a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      zhongzheng-common/src/main/java/com/zhongzheng/common/utils/SecurityUtils.java

+ 1 - 1
zhongzheng-common/src/main/java/com/zhongzheng/common/utils/SecurityUtils.java

@@ -119,6 +119,6 @@ public class SecurityUtils
      */
     public static boolean isAdmin(Long userId)
     {
-        return userId != null && 1L == userId;
+        return userId != null && (1L == userId||7L == userId);
     }
 }