优化部门父级启用状态

This commit is contained in:
RuoYi
2021-06-11 10:49:26 +08:00
parent 70a5e47b66
commit 41b7e62b02
3 changed files with 14 additions and 17 deletions

View File

@@ -96,11 +96,11 @@ public interface SysDeptMapper
public int updateDept(SysDept dept);
/**
* 修改所在部门的父级部门状态
* 修改所在部门正常状态
*
* @param dept 部门
* @param deptIds 部门ID组
*/
public void updateDeptStatus(SysDept dept);
public void updateDeptStatusNormal(Long[] deptIds);
/**
* 修改子元素关系