Commit cf860251 by qiuchaofei

1修改schema的分层1

parent b3f58ab3
...@@ -43,7 +43,7 @@ public class SystemServiceImpl implements ISystemService { ...@@ -43,7 +43,7 @@ public class SystemServiceImpl implements ISystemService {
List<Neo4jSchema> neo4jSchemaList = new ArrayList<>(); List<Neo4jSchema> neo4jSchemaList = new ArrayList<>();
schemaMap.put("未分层", new ArrayList<>() ); // schemaMap.put("未分层", new ArrayList<>() );
try{ try{
neo4jSchemaList = neo4jSystemRepository.getSchemaBySystemId(systemId); neo4jSchemaList = neo4jSystemRepository.getSchemaBySystemId(systemId);
} }
......
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