heheng
2026-03-25 7b8d0d576082e148c778ca0bd2090e91bb61c4a6
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);
        }
    }
    /**
     * 获取用户账户
     **/