陈昶聿
2 天以前 0573252c6de638563ec000af56848dde15bbb25b
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();