lishenao
2025-07-04 6bbac4845106ca8648900b1d9af758c84275ffee
src/main/java/com/ruoyi/framework/web/controller/BaseController.java
@@ -179,9 +179,9 @@
    /**
     * 获取登录部门id
     */
    public Long getDeptId()
    public Long [] getDeptId()
    {
        return getLoginUser().getDeptId();
        return getLoginUser().getDeptIds();
    }
    /**