This commit is contained in:
Liang Ding 2023-03-02 14:33:29 +08:00
parent 1783a29951
commit 504032f285
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -53,5 +53,7 @@ func AddBlockToAttributeView(blockID, avID string) (err error) {
}
attrView.Rows = append(attrView.Rows, row)
err = av.SaveAttributeView(attrView)
return
}