From bd70b7e1ca3f1c6386ff691b06ddde257fe5bafe Mon Sep 17 00:00:00 2001 From: wangxu <1318272526@qq.com> Date: Wed, 12 Nov 2025 15:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=A5=E8=AF=A2=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E8=AF=8A=E6=96=AD=E5=A4=A7=E6=95=B0=E6=8D=AE=E6=8C=96?= =?UTF-8?q?=E6=8E=98=E6=96=B9=E6=A1=88=E6=9F=A5=E8=AF=A2=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=BC=82=E5=B8=B8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/cross_evaluate_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cross_evaluate_worker.py b/app/cross_evaluate_worker.py index f041605..795c1fd 100644 --- a/app/cross_evaluate_worker.py +++ b/app/cross_evaluate_worker.py @@ -378,7 +378,7 @@ def query_cross_examine_records_detail(params): tp_end = convert_time(row['end_hm']) phase_type_list = phase_types.split('^') phase_detail_list = phase_details.split('^') - for i in range(len(phase_types)): + for i in range(len(phase_type_list)): date = date_list[i] phase_type = phase_type_list[i] phase_detail = phase_detail_list[i]