fix:1. 优化上传文档页面中的select查询语句
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user