mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-26 06:44:27 +08:00
parent
595e9b25ba
commit
e91dd28a76
@ -410,7 +410,7 @@ class DocumentBatchIndexingEstimateApi(DocumentResource):
|
||||
if dataset.data_source_type == 'upload_file':
|
||||
file_details = db.session.query(UploadFile).filter(
|
||||
UploadFile.tenant_id == current_user.current_tenant_id,
|
||||
UploadFile.id in info_list
|
||||
UploadFile.id.in_(info_list)
|
||||
).all()
|
||||
|
||||
if file_details is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user