This commit is contained in:
Daniel 2025-08-11 00:36:22 +08:00
parent d47417a903
commit ffafbae979
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3394,7 +3394,7 @@ func exportRefTrees(tree *parse.Tree, defBlockIDs *[]string, retTrees, treeCache
continue
}
defBlock := treenode.GetBlockTree(val.BlockID)
defBlock := treenode.GetBlockTree(val.Block.ID)
if nil == defBlock {
continue
}