mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🐛 Database filtering does not work after change the field type https://github.com/siyuan-note/siyuan/issues/10519
This commit is contained in:
parent
2e8e78836e
commit
c8ff987089
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ func (filter *ViewFilter) GetAffectValue(key *Key, defaultVal *Value) (ret *Valu
|
|||
}
|
||||
|
||||
ret = filter.Value.Clone()
|
||||
ret.CreatedAt = util.CurrentTimeMillis()
|
||||
ret.UpdatedAt = ret.CreatedAt + 1000
|
||||
|
||||
if nil != defaultVal {
|
||||
// 如果有默认值则优先使用默认值
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue