mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-05-04 17:21:02 -05:00
🐛 Database filtering for specific dates not working Fix https://github.com/siyuan-note/siyuan/issues/10518
This commit is contained in:
@@ -2790,6 +2790,9 @@ func UpdateAttributeViewCell(tx *Transaction, avID, keyID, rowID, cellID string,
|
||||
if nil != blockVal {
|
||||
blockVal.Block.Updated = now
|
||||
blockVal.UpdatedAt = now
|
||||
if val.CreatedAt == val.UpdatedAt {
|
||||
val.UpdatedAt += 1000 // 防止更新时间和创建时间一样
|
||||
}
|
||||
if isUpdatingBlockKey {
|
||||
blockVal.IsDetached = val.IsDetached
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user