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);