bugfix
This commit is contained in:
parent
0414007ecd
commit
612ef9a6a3
@ -59,6 +59,8 @@ where x.id = ${llmid}$
|
|||||||
return recs[0]
|
return recs[0]
|
||||||
else:
|
else:
|
||||||
debug(f'{llmid=} not found')
|
debug(f'{llmid=} not found')
|
||||||
|
return None
|
||||||
|
exception(f'{db.e_except}\n{format_exc()}')
|
||||||
return None
|
return None
|
||||||
async def get_owner_userid(sor, llm):
|
async def get_owner_userid(sor, llm):
|
||||||
sql = '''select a.ownerid as userid from upappkey a, upapp b
|
sql = '''select a.ownerid as userid from upappkey a, upapp b
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user