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