Commit 1712fa28 by qiuchaofei

1.修改旧的系统总体图形4

parent 8f9a61d5
......@@ -370,8 +370,8 @@ public class MetadataServiceImpl implements IMetadataService {
// match (n:MetaData ) where n.metadataId =~"Table=.*" return n
String cypher = "match data=(na:softplatform)<-[r]->(nb:softplatform) return data " +
" union match data=(na:softplatform) return data " +
" match data=(na:Neo4jSystem)<-[r]->(nb:Neo4jSystem) return data \" +\n" +
" \" union match data=(na:Neo4jSystem) return data ";
" union match data=(na:Neo4jSystem)<-[r]->(nb:Neo4jSystem) return data " +
" union match data=(na:Neo4jSystem) return data ";
logger.info("系统总图的查询语句:" + cypher);
long starttime = System.currentTimeMillis();
......
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