“djh”
2024-11-11 8458e64aab474c0fc2f49ae4ff22fb11ce5cf6e2
exam-common/src/main/java/com/gkhy/exam/common/utils/SecurityUtils.java
@@ -79,6 +79,22 @@
    }
    /**
     * 获取用户
     **/
    public static LoginUserDetails getLoginUserWithoutError()
    {
        try
        {
            return (LoginUserDetails) getAuthentication().getPrincipal();
        }
        catch (Exception e)
        {
            return null;
        }
    }
    /**
     * 获取Authentication