Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-08-11 23:45:57 +08:00
commit 52e748ef17

View file

@ -1010,7 +1010,7 @@ func GetAttributeViewPrimaryKeyValues(avID, keyword string, page, pageSize int)
keyValues = attrView.GetBlockKeyValues()
var values []*av.Value
for _, kv := range keyValues.Values {
if !kv.IsDetached && !treenode.ExistBlockTree(kv.BlockID) {
if !kv.IsDetached && !treenode.ExistBlockTree(kv.Block.ID) {
continue
}