|
|
|
@ -258,7 +258,7 @@ public class SysDeptServiceImpl implements ISysDeptService
|
|
|
|
|
{
|
|
|
|
|
child.setAncestors(child.getAncestors().replaceFirst(oldAncestors, newAncestors));
|
|
|
|
|
}
|
|
|
|
|
if (children.size() > 0)
|
|
|
|
|
if (!children.isEmpty())
|
|
|
|
|
{
|
|
|
|
|
deptMapper.updateDeptChildren(children);
|
|
|
|
|
}
|
|
|
|
|