From e08445b56b00a5a05354750a26267b497e146d5d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 25 Jun 2026 14:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=B0=E8=B4=A6=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Title2添加border-bottom样式,使标题更明显 - 查询SQL从select *改为指定字段,减少数据传输量 --- wwwroot/api/failed_accounting_list.dspy | 3 ++- wwwroot/failed_accounting.ui | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wwwroot/api/failed_accounting_list.dspy b/wwwroot/api/failed_accounting_list.dspy index 09ce778..dd8596a 100644 --- a/wwwroot/api/failed_accounting_list.dspy +++ b/wwwroot/api/failed_accounting_list.dspy @@ -61,7 +61,8 @@ try: # 跨库JOIN获取名称 sql = f""" -SELECT f.*, +SELECT f.id, f.llmusageid, f.llmid, f.userid, f.userorgid, f.use_date, f.use_time, + f.amount, f.cost, f.failed_reason, f.failed_time, f.retry_count, f.handled, u.username as userid_text, o.orgname as userorgid_text, l.name as llmid_text diff --git a/wwwroot/failed_accounting.ui b/wwwroot/failed_accounting.ui index 0eb7f40..9ea53a4 100644 --- a/wwwroot/failed_accounting.ui +++ b/wwwroot/failed_accounting.ui @@ -5,6 +5,7 @@ "width": "100%", "height": "100%", "css": "card", + "title": "记账失败记录", "toolbar": { "tools": [ {