xiangpei
2025-06-05 7b1da9b7db15333148fbf12a6ac3f1122238b2ab
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);
    }
}