From 763c64d5d04ad13efac2bf67d972e7346bfc9b94 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 4 Aug 2025 15:18:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20wmaterial=E6=B7=BB=E5=8A=A0=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=9D=A1=E4=BB=B6defect=5F=5Fisnull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wpm/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wpm/filters.py b/apps/wpm/filters.py index 8dc9dd13..22c49b2d 100644 --- a/apps/wpm/filters.py +++ b/apps/wpm/filters.py @@ -93,7 +93,7 @@ class WMaterialFilter(filters.FilterSet): "notok_sign": ["exact", "in", "isnull"], "count_xtest": ["gte", "isnull"], "supplier": ["exact"], - "defect": ["exact"] + "defect": ["exact", "isnull"] } class MlogFilter(filters.FilterSet):