heheng
2026-03-31 c96bf95e947f7c5c22f98de0418976640a318ac6
gkhy-common/src/main/java/com/gkhy/common/utils/SecurityUtils.java
@@ -51,6 +51,19 @@
        }
    }
    public static Long[] getDeptIds()
    {
        try
        {
            return getLoginUser().getDeptIds();
        }
        catch (Exception e)
        {
            throw new ServiceException("获取部门ID异常", HttpStatus.UNAUTHORIZED);
        }
    }
    /**
     * 获取用户账户
     **/