From cd263af40a7a4c7798d57148fa5cf0e2ac7ded24 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 22 Dec 2025 14:34:13 +0800 Subject: [PATCH] bugfix --- wwwroot/llmcost.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/llmcost.dspy b/wwwroot/llmcost.dspy index 2561fe2..68fb1f5 100644 --- a/wwwroot/llmcost.dspy +++ b/wwwroot/llmcost.dspy @@ -7,7 +7,7 @@ if not ns.use_date: ns.use_date = curDateString() async with get_sor_context(request._run_ns, 'llmage') as sor: - sql = """select a.id, a.llmid, a.usages, b.name, b.model, b.ppid + sql = """select a.id, a.llmid, a.use_date, a.usages, b.name, b.model, b.ppid from llmusage a, llm b where a.llmid = b.id and use_date=${use_date}$