From 010eff9405a3e61b995d92d45fe0359b3b5a7db6 Mon Sep 17 00:00:00 2001 From: zy123 <646228430@qq.com> Date: Wed, 11 Sep 2024 12:02:59 +0800 Subject: [PATCH] =?UTF-8?q?9.11=20=E6=94=B9=E4=B8=BA=E5=85=A8=E5=B1=80logg?= =?UTF-8?q?er=EF=BC=8C=E5=AE=8C=E5=96=84=E4=BA=86=E6=97=A0=E6=95=88?= =?UTF-8?q?=E6=A0=87=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_app/main/无效标和废标和禁止投标整合.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_app/main/无效标和废标和禁止投标整合.py b/flask_app/main/无效标和废标和禁止投标整合.py index 476e86a..87f3760 100644 --- a/flask_app/main/无效标和废标和禁止投标整合.py +++ b/flask_app/main/无效标和废标和禁止投标整合.py @@ -332,7 +332,7 @@ def combine_find_invalid(file_path, output_dir, truncate_json_path,clause_path,t results.append(future.result()) #禁止投标 - # g.logger.info("starting不得存在的情形...") + g.logger.info("starting不得存在的情形...") forbidden_res = find_forbidden(truncate_json_path, clause_path, truncate3) results.append(forbidden_res) @@ -340,7 +340,7 @@ def combine_find_invalid(file_path, output_dir, truncate_json_path,clause_path,t for d in results: combined_dict.update(d) - # g.logger.info("无效标与废标done...") + g.logger.info("无效标与废标done...") return nest_json_under_key(combined_dict, "无效标与废标项")