bugfix
This commit is contained in:
parent
a8415ef34e
commit
3c57ee26ca
@ -153,7 +153,7 @@ async def get_accounting_llmusages(luid=None):
|
|||||||
dt = datetime.fromtimestamp(t)
|
dt = datetime.fromtimestamp(t)
|
||||||
tsstr = dt.strftime('%Y-%m-%d %H:%M:%S.') + f'{dt.microsecond // 1000:03d}'
|
tsstr = dt.strftime('%Y-%m-%d %H:%M:%S.') + f'{dt.microsecond // 1000:03d}'
|
||||||
async with get_sor_context(env, 'llmage') as sor:
|
async with get_sor_context(env, 'llmage') as sor:
|
||||||
sql = """select a.*. b.ppid
|
sql = """select a.*, b.ppid
|
||||||
from llmusage a, llm b
|
from llmusage a, llm b
|
||||||
where a.llmid = b.id
|
where a.llmid = b.id
|
||||||
and a.status = 'SUCCEEDED'
|
and a.status = 'SUCCEEDED'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user