提交 4fa74ba6 authored 作者: kxjia's avatar kxjia

问题整改

上级 de75b386
......@@ -218,6 +218,7 @@ public class FlowFormController {
.map(element -> {
Map<String, Object> nodeInfo = new HashMap<>();
nodeInfo.put("id", element.getId());
nodeInfo.put("deployId", deployId);
nodeInfo.put("name", element.getName() != null ? element.getName() : "");
nodeInfo.put("type", element.getClass().getSimpleName());
nodeInfo.put("attributes", element.getAttributes());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论