11.7 资格审查货物标修改
This commit is contained in:
parent
77c18af768
commit
5c86cbe528
@ -79,11 +79,6 @@ def extract_from_notice(merged_baseinfo_path,clause_path, type):
|
|||||||
# 定义默认的返回结果
|
# 定义默认的返回结果
|
||||||
DEFAULT_RESULT = ""
|
DEFAULT_RESULT = ""
|
||||||
|
|
||||||
# 判断 clause_path 是否为空
|
|
||||||
if not clause_path:
|
|
||||||
print("Warning: clause_path is empty.")
|
|
||||||
return DEFAULT_RESULT
|
|
||||||
|
|
||||||
# 根据 type 设置 target_values
|
# 根据 type 设置 target_values
|
||||||
if type == 1:
|
if type == 1:
|
||||||
target_values = ["投标文件", "响应文件", "响应性文件"]
|
target_values = ["投标文件", "响应文件", "响应性文件"]
|
||||||
|
@ -210,7 +210,7 @@ def goods_bid_main(output_folder, file_path, file_type, unique_id):
|
|||||||
'opening_bid': executor.submit(fetch_bid_opening, processed_data['invalid_path'],processed_data['merged_baseinfo_path'],processed_data['clause_path']),
|
'opening_bid': executor.submit(fetch_bid_opening, processed_data['invalid_path'],processed_data['merged_baseinfo_path'],processed_data['clause_path']),
|
||||||
'base_info': executor.submit(fetch_project_basic_info, processed_data['invalid_path'],processed_data['invalid_docpath'],processed_data['merged_baseinfo_path'],
|
'base_info': executor.submit(fetch_project_basic_info, processed_data['invalid_path'],processed_data['invalid_docpath'],processed_data['merged_baseinfo_path'],
|
||||||
processed_data['procurement_path'],processed_data['procurement_docpath'],processed_data['clause_path']),
|
processed_data['procurement_path'],processed_data['procurement_docpath'],processed_data['clause_path']),
|
||||||
'qualification_review': executor.submit(fetch_qualification_review, processed_data['invalid_path'],output_folder,
|
'qualification_review': executor.submit(fetch_qualification_review, processed_data['invalid_path'],
|
||||||
processed_data['qualification_path'],
|
processed_data['qualification_path'],
|
||||||
processed_data['notice_path']),
|
processed_data['notice_path']),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user