From 714ab3454d03cf882bb6bc87a25fccfa0edff782 Mon Sep 17 00:00:00 2001 From: zy123 <646228430@qq.com> Date: Fri, 29 Nov 2024 15:06:11 +0800 Subject: [PATCH] =?UTF-8?q?11.29=20=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_app/货物标/提取采购需求main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/flask_app/货物标/提取采购需求main.py b/flask_app/货物标/提取采购需求main.py index e8f5bf2..c846c0c 100644 --- a/flask_app/货物标/提取采购需求main.py +++ b/flask_app/货物标/提取采购需求main.py @@ -47,8 +47,6 @@ def fetch_procurement_reqs(procurement_path, invalid_path): "采购需求": technical_requirements.get("采购需求", {}) } - # 合并 business_requirements 到 procurement_reqs 中 - # 这样无论 business_requirements 包含什么键(如 "技术要求"、"服务要求" 或 "技术、服务要求"),都将被保留 procurement_reqs.update(business_requirements) # 如果需要确保所有默认键存在,可以取消下面的注释