龚焕茏
2024-08-23 036af8cd158f5768c83cd98ad6dd6256a22feec6
ycl-server/src/main/java/com/ycl/platform/service/impl/PlatformServiceImpl.java
@@ -54,6 +54,7 @@
            List<Platform> childList = form.getDeployList().stream().map(deploy -> {
                Platform child = new Platform();
                BeanUtils.copyProperties(deploy, child);
                child.setPlatformName(entity.getPlatformName());
                child.setParentId(entity.getId());
                child.setCreateTime(now);
                child.setUpdateTime(now);