♻️ Update av

This commit is contained in:
Daniel 2023-07-28 12:06:52 +08:00
parent 77ed675a6f
commit 656a13ec89
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 8 additions and 8 deletions

View file

@ -728,7 +728,7 @@ func (tx *Transaction) doDelete(operation *Operation) (ret *TxErr) {
}
func syncDelete2AttributeView(node *ast.Node) {
avs := node.IALAttr(NodeAttrNameAVs)
avs := node.IALAttr(NodeAttrNameAvs)
if "" == avs {
return
}
@ -1240,7 +1240,7 @@ func refreshDynamicRefTexts(updatedDefNodes map[string]*ast.Node, updatedTrees m
// 2. 更新属性视图主键内容
for _, updatedDefNode := range updatedDefNodes {
avs := updatedDefNode.IALAttr(NodeAttrNameAVs)
avs := updatedDefNode.IALAttr(NodeAttrNameAvs)
if "" == avs {
continue
}