mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🐛 Abnormal sorting of database relation fields https://github.com/siyuan-note/siyuan/issues/10835
This commit is contained in:
parent
5e95593f51
commit
eae61fd4a7
4 changed files with 16 additions and 14 deletions
|
@ -995,7 +995,7 @@ func GetAttributeViewDefaultValue(valueID, keyID, blockID string, typ av.KeyType
|
|||
ret.CreatedAt = time.Now().UnixMilli()
|
||||
}
|
||||
if 0 == ret.UpdatedAt {
|
||||
ret.UpdatedAt = ret.CreatedAt
|
||||
ret.UpdatedAt = ret.CreatedAt + 1000
|
||||
}
|
||||
|
||||
switch typ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue