bugfix
This commit is contained in:
parent
10164eeaef
commit
8714a10986
@ -4,5 +4,7 @@ async with db.sqlorContext(dbname) as sor:
|
|||||||
sql = """select * from llm where llmcatelogid = ${llmcatelogid}$ and id != ${llmid}$"""
|
sql = """select * from llm where llmcatelogid = ${llmcatelogid}$ and id != ${llmid}$"""
|
||||||
ns = params_kw.copy()
|
ns = params_kw.copy()
|
||||||
recs = await sor.sqlExe(sql, ns)
|
recs = await sor.sqlExe(sql, ns)
|
||||||
|
for r in recs.get('rows', []):
|
||||||
|
r.description = json.dumps(r.description)
|
||||||
return recs
|
return recs
|
||||||
return []
|
return []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user