This commit is contained in:
yumoqing 2025-09-01 19:17:33 +08:00
parent 0414007ecd
commit 612ef9a6a3

View File

@ -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