This commit is contained in:
Daniel 2024-04-23 09:49:54 +08:00
parent 1f1388c1eb
commit cac7da4eda
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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
}
}