🐛 Fix database rollup calc https://ld246.com/article/1713803461956
This commit is contained in:
parent
1f1388c1eb
commit
cac7da4eda
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ func (r *ValueRollup) RenderContents(calc *RollupCalc, destKey *Key) {
|
|||
if KeyTypeDate == v.Type && nil != v.Date && v.Date.IsNotEmpty {
|
||||
if 0 == latest || latest < v.Date.Content {
|
||||
latest = v.Date.Content
|
||||
isNotTime = v.Date.IsNotEmpty
|
||||
isNotTime = v.Date.IsNotTime
|
||||
hasEndDate = v.Date.HasEndDate
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue