From 2c2fa87719c05554730e4e11bce0d49bb2549d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=B0=A7?= Date: Fri, 20 Jun 2025 11:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A7=E9=87=8F=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_machine_connect/controllers/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_machine_connect/controllers/controllers.py b/sf_machine_connect/controllers/controllers.py index a028f63b..78202ea6 100644 --- a/sf_machine_connect/controllers/controllers.py +++ b/sf_machine_connect/controllers/controllers.py @@ -489,7 +489,7 @@ class Sf_Dashboard_Connect(http.Controller): # 工单返工数量 - plan_data_rework = work_order_obj.search(plan_domain + [ + plan_data_rework = work_order_obj.search(work_order_domain + [ ('state', 'in', ['rework']) ])