Commit 6fc1deee by qiuchaofei

获取标准是,用parentMetadataId替代metadataId,找找出当前节点的子节点的标准

parent 9415f88c
...@@ -103,7 +103,7 @@ public class TableServiceImpl implements ITableService { ...@@ -103,7 +103,7 @@ public class TableServiceImpl implements ITableService {
//标准 //标准
List<ReturnNode> standardList = new ArrayList<>(); List<ReturnNode> standardList = new ArrayList<>();
Map<String,Object> maps = new HashMap<>(); Map<String,Object> maps = new HashMap<>();
maps.put("metadataId",tableId); maps.put("parentMetadataId",tableId);
try{ try{
Map<String, Object> standardMaps = dataStandardRemoteService.findStandardByMetadatId(1, 10, Map<String, Object> standardMaps = dataStandardRemoteService.findStandardByMetadatId(1, 10,
......
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