mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 06:18:49 +01:00
This commit is contained in:
parent
5faa2e4175
commit
421323164e
2 changed files with 5 additions and 2 deletions
|
|
@ -881,6 +881,9 @@ func GetBlockAttributeViewKeys(blockID string) (ret []*BlockAttributeViewKeys) {
|
|||
}
|
||||
|
||||
if 0 < len(kValues.Values) {
|
||||
for _, v := range kValues.Values {
|
||||
sql.FillAttributeViewNilValue(v, v.Type)
|
||||
}
|
||||
keyValues = append(keyValues, kValues)
|
||||
} else {
|
||||
// 如果没有值,那么就补一个默认值
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue