From 07440b3e2338a6790a227cd67b077ee5112b51b8 Mon Sep 17 00:00:00 2001 From: yorn <1057707203@qq.com> Date: Wed, 17 Dec 2025 09:54:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:1.=20=E4=BC=98=E5=8C=96=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84select?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/files/files-upload.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/api/files/files-upload.ts b/app/api/files/files-upload.ts index eb3fac1..fef671f 100644 --- a/app/api/files/files-upload.ts +++ b/app/api/files/files-upload.ts @@ -525,13 +525,6 @@ export async function getTodayDocuments( created_at, document_number, path, - storage_type, - is_test_document, - evaluation_level, - ocr_result, - extracted_results, - sumary, - remark, audit_status `, order: 'created_at.desc', @@ -550,7 +543,7 @@ export async function getTodayDocuments( } else { params.filter = { 'type_id': `in.(${typeIdsStr})` }; } - console.log('📋 [getTodayDocuments] 使用文档类型 IDs 查询:', typeIdsStr); + // console.log('📋 [getTodayDocuments] 使用文档类型 IDs 查询:', typeIdsStr); } // console.log('发送请求参数:', params);