add: test

This commit is contained in:
ls
2025-02-18 19:22:55 +08:00
parent 8df669d4ad
commit 3c299ba414

View File

@@ -79,6 +79,8 @@ public class FlwDeployServiceImpl extends FlowServiceNoFactory implements FlwDep
List<FlwDeployEntity> list = new ArrayList<>();
if (deployments != null) {
list = deployments.stream()
.map(source -> {
FlwDeployEntity target = new FlwDeployEntity();