From bf5e3c92b262e06d69713fdbdb8cb1e45732fec8 Mon Sep 17 00:00:00 2001 From: wangxu <1318272526@qq.com> Date: Thu, 30 Apr 2026 15:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=9F=A5=E8=AF=A2=E5=A4=A7?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=96=B9=E6=A1=88=E5=BC=82=E5=B8=B8=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=BD=93=E7=8A=B6=E6=80=81=E4=B8=BA=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=A4=84=E7=BB=93=E6=97=B6=E4=B8=8D=E8=BF=94=E5=9B=9E=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=AF=A6=E6=83=85=E7=9A=84=E9=80=BB=E8=BE=91?= 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 7d0227d..4da1b73 100644 --- a/app/cross_evaluate_worker.py +++ b/app/cross_evaluate_worker.py @@ -364,7 +364,7 @@ def query_cross_examine_records_detail(params): final_state, level_color, first_date = 0, 0, '' tp_start, tp_end = '', '' for row in cross_examine_records: - if row['final_state'] == 6 or row['level_color'] == 4: + if row['level_color'] == 4: continue final_state = row['final_state'] first_date = row['first_date']