xiangpei
2025-03-17 52e9ef7d0a66500d596c2d4a3e8fc635c9f3e742
system/src/main/java/com/ycl/system/service/impl/SysDeptServiceImpl.java
@@ -427,4 +427,8 @@
    }
    @Override
    public List<Long> getChildIds(Long deptId) {
        return deptMapper.getChildIds(deptId);
    }
}