liyong
2025-08-14 9f1e1bbdfa9d8d3b747a50ea2f2a3432c7c06639
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();
    }
    /**