This commit is contained in:
Daniel 2025-07-06 16:31:09 +08:00
parent e17e9aa1cf
commit 2e444d899b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 4 additions and 3 deletions

View file

@ -221,7 +221,7 @@ func upgradeSpec1(av *AttributeView) {
}
}
// 补全过滤 Value
// 补全过滤规则 Value
for _, view := range av.Views {
if nil != view.Table {
for _, f := range view.Table.Filters {