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