This commit is contained in:
yumoqing 2026-05-22 13:38:54 +08:00
parent 90a8d83096
commit 5d836a4504

View File

@ -71,7 +71,7 @@ async def llm_accounting(llmusage):
llmid = llmusage.llmid
async with get_sor_context(env, 'llmage') as sor:
sql = """select a.*, b.ppid from llm a, llm_api_map b
where id=${llmid}$
where a.id=${llmid}$
and a.id = b.llmid
and b.isdefaultcatelog = '1'
"""