升级SpringBoot到最新版本2.1.1
This commit is contained in:
@ -91,4 +91,11 @@ public interface SysDeptMapper
|
||||
* @return 部门列表
|
||||
*/
|
||||
public List<String> selectRoleDeptTree(Long roleId);
|
||||
|
||||
/**
|
||||
* 修改所在部门的父级部门状态
|
||||
*
|
||||
* @param dept 部门
|
||||
*/
|
||||
public void updateDeptStatus(SysDept dept);
|
||||
}
|
||||
|
Reference in New Issue
Block a user