This commit is contained in:
yumoqing 2026-05-22 13:36:30 +08:00
parent 15a5e1d362
commit 90a8d83096

View File

@ -73,7 +73,7 @@ async def llm_accounting(llmusage):
sql = """select a.*, b.ppid from llm a, llm_api_map b
where id=${llmid}$
and a.id = b.llmid
and b.isdefaultcatelog is '1'
and b.isdefaultcatelog = '1'
"""
recs = await sor.sqlExe(sql, {'llmid': llmusage.llmid})
if len(recs) == 0: