Commit b88c8fd5 by qiuchaofei

字段时从repo获取

parent 83265731
......@@ -91,7 +91,7 @@ public class TableServiceImpl implements ITableService {
try{
//从表获取字段:
List<Map<String, Object>> mapList =
metadataRepoRemoteService.getChild(tableId, Arrays.asList("Catalog,Server,ETLJob,ETLScript"));
metadataRepoRemoteService.getChild(tableId, Arrays.asList("Catalog,Database,Schema,Table,Column"));
List<String> reportIdList = new ArrayList<>();
for(Map<String, Object> columnRemote:mapList ){
......
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