疯狂的狮子Li
2024-07-01 c75857b1ea1f4582303b8fcc76c8e6a8d6c042bf
ruoyi-common/ruoyi-common-satoken/src/main/java/org/dromara/common/satoken/utils/LoginHelper.java
@@ -88,6 +88,13 @@
    }
    /**
     * 获取用户账户
     */
    public static String getUsername() {
        return Convert.toStr(getExtra(USER_NAME_KEY));
    }
    /**
     * 获取租户ID
     */
    public static String getTenantId() {
@@ -127,13 +134,6 @@
        } catch (Exception e) {
            return null;
        }
    }
    /**
     * 获取用户账户
     */
    public static String getUsername() {
        return getLoginUser().getUsername();
    }
    /**