Commit 1ff1be19 by qiuchaofei

系统总图,返回结果添加没有关系的系统

parent c44af7ef
......@@ -556,7 +556,8 @@ public class MetadataServiceImpl implements IMetadataService {
ReturnReslult returnReslult = new ReturnReslult();
String cypher = "match data=(na:softplatform)<-[r]->(nb:softplatform) return data ";
String cypher = "match data=(na:softplatform)<-[r]->(nb:softplatform) return data" +
" union match data=(na:softplatform) return data ";
StatementResult statementResult = session.run(cypher);
Map<Long, ReturnNode> nodesMap = new HashMap<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment