Commit bf3bced4 by qiuchaofei

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

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