This commit is contained in:
Daniel 2025-08-10 16:03:41 +08:00
parent 548ae028cc
commit 1247f6735b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -284,7 +284,7 @@ func filterNotFoundAttrViewItems(keyValuesMap *map[string][]*av.KeyValues) {
continue
}
toCheckBlockIDs = append(toCheckBlockIDs, blockID)
toCheckBlockIDs = append(toCheckBlockIDs, blockValue.Block.ID)
}
checkRet := treenode.ExistBlockTrees(toCheckBlockIDs)
for blockID, exist := range checkRet {