From f3e70356afaf5a630e07f81d92ed8e4c5efe5001 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 19 Oct 2023 23:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=AF=BC=E5=87=BA=E6=96=B9?= =?UTF-8?q?=E6=A1=88=E6=89=80=E6=9C=89=E4=B8=8A=E4=B8=8B=E9=99=90=E9=83=BD?= =?UTF-8?q?=E7=9B=B8=E5=90=8C=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- analysis/scheme_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/analysis/scheme_data.py b/analysis/scheme_data.py index 5779b89..2d7a956 100644 --- a/analysis/scheme_data.py +++ b/analysis/scheme_data.py @@ -283,6 +283,7 @@ class sch_data(object): for j in i["TestStandard"]: j["Max"]=ret_limit[index][0] j["Min"]=ret_limit[index][1] + index+=1 json_obj["PlanID"],sid=_reflush_scheme_id(json_obj["PlanID"]) # 刷新方案id号之后更新日期 date=_get_info()[0]