From add2bad28570cbf534e36ddb1a5929286c0bc404 Mon Sep 17 00:00:00 2001 From: zy123 <646228430@qq.com> Date: Sat, 15 Feb 2025 13:52:32 +0800 Subject: [PATCH] =?UTF-8?q?2.15=20=E6=8E=92=E9=99=A4=E5=BC=80=E8=AF=84?= =?UTF-8?q?=E5=AE=9A=E6=A0=87=EF=BC=8C=E6=8E=92=E6=9F=A5=E8=B5=84=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_app/routes/货物标解析main.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/flask_app/routes/货物标解析main.py b/flask_app/routes/货物标解析main.py index 2f99651..a245a0d 100644 --- a/flask_app/routes/货物标解析main.py +++ b/flask_app/routes/货物标解析main.py @@ -234,18 +234,18 @@ def goods_bid_main(output_folder, file_path, file_type, unique_id): # 'invalid_requirements': executor.submit(fetch_invalid_requirements, processed_data['invalid_added_docx'], #无效标与废标项 # output_folder,logger), - 'bidding_documents_requirements': executor.submit(fetch_bidding_documents_requirements,processed_data['invalid_deleted_docx'],processed_data['merged_baseinfo_path'], - processed_data['clause_path'],logger), #投标文件要求 - - 'opening_bid': executor.submit(fetch_bid_opening, processed_data['invalid_deleted_docx'],processed_data['merged_baseinfo_path'], - processed_data['clause_path'],logger), #开评定标流程 + # 'bidding_documents_requirements': executor.submit(fetch_bidding_documents_requirements,processed_data['invalid_deleted_docx'],processed_data['merged_baseinfo_path'], + # processed_data['clause_path'],logger), #投标文件要求 + # + # 'opening_bid': executor.submit(fetch_bid_opening, processed_data['invalid_deleted_docx'],processed_data['merged_baseinfo_path'], + # processed_data['clause_path'],logger), #开评定标流程 # 'base_info': executor.submit(fetch_project_basic_info, processed_data['invalid_deleted_docx'],processed_data['merged_baseinfo_path'], #基础信息 # processed_data['procurement_path'],processed_data['clause_path'],logger), # - # 'qualification_review': executor.submit(fetch_qualification_review, processed_data['invalid_deleted_docx'], #资格审查 - # processed_data['qualification_path'], - # processed_data['notice_path'],logger), + 'qualification_review': executor.submit(fetch_qualification_review, processed_data['invalid_deleted_docx'], #资格审查 + processed_data['qualification_path'], + processed_data['notice_path'],logger), } # 提前处理这些不依赖的任务,按完成顺序返回