fix(ruoyi-system):修复修改部门层级BUG
Closes https://gitee.com/y_project/RuoYi/issues/IW1SB
This commit is contained in:
@ -98,4 +98,11 @@ public interface SysDeptMapper
|
||||
* @param dept 部门
|
||||
*/
|
||||
public void updateDeptStatus(SysDept dept);
|
||||
|
||||
/**
|
||||
* 根据ID查询所有子部门
|
||||
* @param id
|
||||
* @return
|
||||
*/
|
||||
public List<SysDept> selectChildrenDeptById(Long id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user