|
|
@ -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(); |
|
|
|