gongchunyi
2026-01-19 e941512cb0145a11421ef4cf44bfe2c52cf84aa6
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();
    }
    /**