优化部门启用状态

This commit is contained in:
RuoYi
2021-06-10 15:25:28 +08:00
parent dcf28440f7
commit d431e50bdf
3 changed files with 14 additions and 17 deletions

View File

@ -93,11 +93,11 @@ public interface SysDeptMapper
public List<String> selectRoleDeptTree(Long roleId);
/**
* 修改所在部门的父级部门状态
* 修改所在部门正常状态
*
* @param dept 部门
* @param deptIds 部门ID组
*/
public void updateDeptStatus(SysDept dept);
public void updateDeptStatusNormal(Long[] deptIds);
/**
* 根据ID查询所有子部门