🎨 Clean code

This commit is contained in:
Daniel 2025-07-11 11:06:16 +08:00
parent 93a83fb9a5
commit 66bf28625c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -2802,7 +2802,6 @@ func addAttributeViewBlock(now int64, avID, blockID, previousBlockID, addingBloc
// 如果存在过滤条件,则将过滤条件应用到新添加的块上
view, _ := getAttrViewViewByBlockID(attrView, blockID)
if nil != view && 0 < len(view.Filters) && !ignoreFillFilter {
viewable := sql.RenderView(attrView, view, "")
av.Filter(viewable, attrView)