Commit 5079dc66 by qiuchaofei

返回结果外层列表去除column

parent fbfcd12a
...@@ -635,7 +635,7 @@ public class TableServiceImpl implements ITableService { ...@@ -635,7 +635,7 @@ public class TableServiceImpl implements ITableService {
returnNode.setCnName(metaData.getCnName()); returnNode.setCnName(metaData.getCnName());
returnNode.setDataPath(metaData.getPath()); returnNode.setDataPath(metaData.getPath());
returnNode.setType("Column"); returnNode.setType("Column");
returnNodeMap.put(returnNode.getId(),returnNode); // returnNodeMap.put(returnNode.getId(),returnNode);
withRelationColumns.put(currentColumnId,""); withRelationColumns.put(currentColumnId,"");
withRelationColumns.put(returnNode.getId(),""); withRelationColumns.put(returnNode.getId(),"");
......
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