疯狂的狮子li
2021-08-14 bb1d8d57967d0e8c8a1eb37612a12ec40f6fec3e
ruoyi-common/src/main/java/com/ruoyi/common/utils/SecurityUtils.java
@@ -25,7 +25,7 @@
        }
        catch (Exception e)
        {
            throw new CustomException("获取用户ID异常", HttpStatus.UNAUTHORIZED);
            throw new CustomException("获取用户ID异常", HttpStatus.HTTP_UNAUTHORIZED);
        }
    }
@@ -40,7 +40,7 @@
        }
        catch (Exception e)
        {
            throw new CustomException("获取部门ID异常", HttpStatus.UNAUTHORIZED);
            throw new CustomException("获取部门ID异常", HttpStatus.HTTP_UNAUTHORIZED);
        }
    }