11.21 修复了工程标资格审查的bug

This commit is contained in:
zy123 2024-11-21 14:37:13 +08:00
parent 5f6ce70fb3
commit 68704086fe

View File

@ -186,8 +186,6 @@ def engineering_bid_main(output_folder, downloaded_file_path, file_type, unique_
logger = get_global_logger(unique_id)
# 预处理文件,获取处理后的数据
processed_data = preprocess_files(output_folder, downloaded_file_path, file_type,unique_id,logger)
print("zy123")
print(json.dumps(processed_data,ensure_ascii=False,indent=4))
if not processed_data:
yield json.dumps({}) # 如果处理数据失败,返回空的 JSON