Commit cf1af814 by qiuchaofei

没有横向关系的字段添加标记

parent 5d842643
......@@ -677,7 +677,7 @@ public class TableServiceImpl implements ITableService {
returnNode.setName(metaData.getName());
returnNode.setCnName(metaData.getCnName());
returnNode.setDataPath(metaData.getPath());
returnNode.setDataPath("noRelation");
returnNode.setType("Column");
noRelationColumns.put(columnId ,returnNode);
}
......
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