diff --git a/flask_app/main/工程标解析main.py b/flask_app/main/工程标解析main.py index 1a701b8..74bf962 100644 --- a/flask_app/main/工程标解析main.py +++ b/flask_app/main/工程标解析main.py @@ -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