From 7f1dbda3b031c9d6202151f7fe81175ed7d23598 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 14 May 2024 13:26:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mpointstat=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/enm/filters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/enm/filters.py b/apps/enm/filters.py index 396847cf..c967f3b4 100644 --- a/apps/enm/filters.py +++ b/apps/enm/filters.py @@ -17,6 +17,7 @@ class MpointStatFilter(filters.FilterSet): "mgroup__name": ["exact"], "mpoint__mgroup": ["exact"], "mpoint__material": ["exact"], + "mpoint__code": ["exact"], "mpoint__material__code": ["exact", "in"], "mpoint__need_display": ["exact"], "mpoint__mgroup__belong_dept": ["exact"],