From 90a8d8309617ac0e77c559853df6ed1d5a601d29 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 22 May 2026 13:36:30 +0800 Subject: [PATCH] buggix --- llmage/accounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/accounting.py b/llmage/accounting.py index edcb279..156311e 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -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: