From b0e525572c3a266c06f4b60c910ee34b7827e7b8 Mon Sep 17 00:00:00 2001 From: zy123 <646228430@qq.com> Date: Thu, 20 Feb 2025 15:44:53 +0800 Subject: [PATCH] =?UTF-8?q?2.20=20=E4=B8=BB=E6=B5=81=E7=A8=8B=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=A4=9A=E7=BA=BF=E7=A8=8B=E6=B5=8B=E8=AF=95?= 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 ca7af14..7b2d967 100644 --- a/flask_app/routes/货物标解析main.py +++ b/flask_app/routes/货物标解析main.py @@ -245,8 +245,8 @@ def goods_bid_main(output_folder, file_path, file_type, unique_id): with ThreadPoolExecutor() as executor: #开启子进程,能保证运行结束后回收资源消耗 # 立即启动不依赖 knowledge_name 和 index 的任务 futures = { - # 'evaluation_standards': executor.submit(fetch_evaluation_standards,processed_data['invalid_deleted_docx'], #技术评分 商务评分 - # processed_data['evaluation_method_path'],logger), + 'evaluation_standards': executor.submit(fetch_evaluation_standards,processed_data['invalid_deleted_docx'], #技术评分 商务评分 + processed_data['evaluation_method_path'],logger), # 'invalid_requirements': executor.submit(fetch_invalid_requirements, processed_data['invalid_added_docx'], #无效标与废标项 # output_folder,logger), @@ -257,12 +257,12 @@ def goods_bid_main(output_folder, file_path, file_type, unique_id): '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), + '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), } collected_good_list = [] # 提前处理这些不依赖的任务,按完成顺序返回