xiangpei
2025-04-10 0bb6071f92b2d26ae23c225bf4db8593a328a22f
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);
    }
}