疯狂的狮子li
2021-05-08 a181c0978697e56d26b623487fafa9602b911717
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -14,6 +14,14 @@
public interface SysDeptMapper extends BaseMapper<SysDept> {
    /**
     * 查询部门管理数据
     *
     * @param dept 部门信息
     * @return 部门信息集合
     */
    public List<SysDept> selectDeptList(SysDept dept);
    /**
     * 根据角色ID查询部门树信息
     *
     * @param roleId            角色ID