gongchunyi
昨天 1a294d282c4ddaf73c046ab690e65d5ccc646e92
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();
    }
    /**