mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-04 14:39:50 +08:00
🐛 Fix database rollup calc https://ld246.com/article/1713803461956
This commit is contained in:
parent
1f1388c1eb
commit
cac7da4eda
@ -849,7 +849,7 @@ func (r *ValueRollup) RenderContents(calc *RollupCalc, destKey *Key) {
|
|||||||
if KeyTypeDate == v.Type && nil != v.Date && v.Date.IsNotEmpty {
|
if KeyTypeDate == v.Type && nil != v.Date && v.Date.IsNotEmpty {
|
||||||
if 0 == latest || latest < v.Date.Content {
|
if 0 == latest || latest < v.Date.Content {
|
||||||
latest = v.Date.Content
|
latest = v.Date.Content
|
||||||
isNotTime = v.Date.IsNotEmpty
|
isNotTime = v.Date.IsNotTime
|
||||||
hasEndDate = v.Date.HasEndDate
|
hasEndDate = v.Date.HasEndDate
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user