Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-09-30 20:46:20 +08:00
parent 34ee895445
commit c254d2c019
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1116,6 +1116,7 @@ func AppendAttributeViewDetachedBlocksWithValues(avID string, blocksValues [][]*
}
}
regenAttrViewGroups(attrView)
if err = av.SaveAttributeView(attrView); err != nil {
logging.LogErrorf("save attribute view [%s] failed: %s", avID, err)
return