Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-09-26 19:41:45 +08:00
parent a2cb6c3154
commit 8c00449d83
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -4795,9 +4795,6 @@ func updateAttributeViewValue(tx *Transaction, attrView *av.AttributeView, keyID
val.Date.Content = 0
val.Date.FormattedContent = ""
}
if nil != key.Date {
val.Date.IsNotTime = !key.Date.FillSpecificTime
}
} else if av.KeyTypeSelect == val.Type || av.KeyTypeMSelect == val.Type {
if nil != key && 0 < len(val.MSelect) {
var tmp []*av.ValueSelect