bugfix
This commit is contained in:
parent
0414007ecd
commit
612ef9a6a3
@ -60,6 +60,8 @@ where x.id = ${llmid}$
|
|||||||
else:
|
else:
|
||||||
debug(f'{llmid=} not found')
|
debug(f'{llmid=} not found')
|
||||||
return None
|
return None
|
||||||
|
exception(f'{db.e_except}\n{format_exc()}')
|
||||||
|
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
|
||||||
where a.upappid=b.id
|
where a.upappid=b.id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user