This commit is contained in:
yumoqing 2026-06-26 13:30:07 +08:00
parent fc91486c05
commit f57f786b63

View File

@ -450,7 +450,9 @@ async with db.sqlorContext(dbname) as sor:
}
}
{% endif %}
r = await sor.U('{{summary[0].name}}', ns)
other_keys = [ k for k in ns.keys() if k != 'id' ]
if len(other_keys) > 0:
r = await sor.U('{{summary[0].name}}', ns)
debug('update success');
return {
"widgettype":"Message",