优化部门父级启用状态

This commit is contained in:
RuoYi
2021-06-10 15:34:38 +08:00
parent 2ace3257f9
commit a3116cd27d
3 changed files with 14 additions and 17 deletions

View File

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