mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-28 03:06:10 +01:00
🎨 Improve database null value field sorting Fix https://github.com/siyuan-note/siyuan/issues/10951
This commit is contained in:
parent
5e116a16d2
commit
59d7b4dfc5
4 changed files with 7 additions and 7 deletions
|
|
@ -431,7 +431,7 @@ func SaveAttributeView(av *AttributeView) (err error) {
|
|||
}
|
||||
|
||||
if 0 == v.UpdatedAt {
|
||||
v.UpdatedAt = v.CreatedAt + 1000
|
||||
v.UpdatedAt = v.CreatedAt
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue