add: test

This commit is contained in:
ls
2025-02-18 19:25:56 +08:00
parent 3c299ba414
commit a2891b1d0f

View File

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