From 2108b1c33afd4f44ea798420d943b4d94ede67a1 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 12 Aug 2024 14:35:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20wmaterial=E5=A2=9E=E5=8A=A0=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wpm/filters.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/wpm/filters.py b/apps/wpm/filters.py index e22468ea..51939be7 100644 --- a/apps/wpm/filters.py +++ b/apps/wpm/filters.py @@ -48,7 +48,8 @@ class WMaterialFilter(filters.FilterSet): "mgroup": ["exact", "in", "isnull"], "mgroup__name": ["exact", "in"], "count": ["gte", "lte", "exact"], - "notok_sign": ["exact", "in", "isnull"] + "notok_sign": ["exact", "in", "isnull"], + "count_xtest": ["gte", "isnull"] } class MlogFilter(filters.FilterSet):