This commit is contained in:
yumoqing 2026-03-30 15:49:37 +08:00
parent fdac85e150
commit 1c489ac2ee

View File

@ -1,5 +1,5 @@
env = request._run_ns env = request._run_ns
async with sor_get_context(env, 'llmage') as sor: async with get_sor_context(env, 'llmage') as sor:
sql = "select * from llmusage where status='SUCCEEDED' and accounting_status != 'accounted'" sql = "select * from llmusage where status='SUCCEEDED' and accounting_status != 'accounted'"
recs = sor.sqlExe(sql, {}) recs = sor.sqlExe(sql, {})
for r in recs: for r in recs: