bugfix
This commit is contained in:
parent
fdac85e150
commit
1c489ac2ee
@ -1,5 +1,5 @@
|
||||
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'"
|
||||
recs = sor.sqlExe(sql, {})
|
||||
for r in recs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user