bugfix
This commit is contained in:
parent
a31f543300
commit
484d4c99de
@ -164,6 +164,7 @@ where a.llmid = b.id
|
|||||||
if luid:
|
if luid:
|
||||||
sql += " and a.id=${luid}$"
|
sql += " and a.id=${luid}$"
|
||||||
ns['luid'] = luid
|
ns['luid'] = luid
|
||||||
|
debug(f'{sql=}, {ns=}')
|
||||||
recs = await sor.sqlExe(sql, ns)
|
recs = await sor.sqlExe(sql, ns)
|
||||||
for r in recs:
|
for r in recs:
|
||||||
if r.usages is None:
|
if r.usages is None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user