🎨 Improve av

This commit is contained in:
Daniel 2025-08-30 17:38:09 +08:00
parent 7a2e5782d8
commit e4b2ffb188
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -4362,8 +4362,8 @@ func BatchReplaceAttributeViewBlocks(avID string, isDetached bool, oldNew []map[
}
for _, oldNewMap := range oldNew {
for oldBlockID, newBlockID := range oldNewMap {
if err = replaceAttributeViewBlock0(attrView, oldBlockID, newBlockID, isDetached, nil); nil != err {
for oldBlockID, newNodeID := range oldNewMap {
if err = replaceAttributeViewBlock0(attrView, oldBlockID, newNodeID, isDetached, nil); nil != err {
return
}
}