陈昶聿
8 小时以前 cc560edc4af2755297b4b8368e8fb816b35e1ed3
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDeptServiceImpl.java
@@ -53,6 +53,17 @@
        return deptMapper.selectDeptList(dept);
    }
    /**
     * 查询部门管理数据
     *
     * @param dept 部门信息
     * @return 部门信息集合
     */
    @Override
    public List<SysDept> selectSysDeptList(SysDept dept) {
        return deptMapper.selectDeptList(dept);
    }
    @Override
    public Map<String, String> selectDept(String orgid) {
        SysDept sysDept = new SysDept();