Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
1ffec4371e
@ -67,9 +67,9 @@ public class OrganizationServiceImpl extends ServiceImpl<OrganizationMapper, Org
|
||||
}
|
||||
List<Map<String, Object>> childList = child(idObj.toString(), appId, orgname);
|
||||
item.put("childList", childList); // 添加新列 子集
|
||||
if (childList != null && !childList.isEmpty()) {
|
||||
listMap.add(item); // 仅保留有子节点的数据
|
||||
}
|
||||
// if (childList != null && !childList.isEmpty()) {
|
||||
// listMap.add(item); // 仅保留有子节点的数据
|
||||
// }
|
||||
}
|
||||
return listMap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user