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) # 如果需要确保所有默认键存在,可以取消下面的注释