czh il y a 2 ans
Parent
commit
bf6ddc3183

+ 1 - 1
sckw-common/sckw-common-core/src/main/java/com/sckw/core/web/context/LoginUserHolder.java

@@ -143,7 +143,7 @@ public class LoginUserHolder {
     /**
     /**
      * 用户权限
      * 用户权限
      */
      */
-    public static List<Long> authUserIdList() {
+    public static List<Long> getAuthUserIdList() {
         return LONGIN_USER_HOLDER.get() == null ? Collections.emptyList() : LONGIN_USER_HOLDER.get().getAuthUserIdList();
         return LONGIN_USER_HOLDER.get() == null ? Collections.emptyList() : LONGIN_USER_HOLDER.get().getAuthUserIdList();
     }
     }