From 1ee3eb4db30f600c4702b410eb52a0177b01c7d5 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 9 Aug 2023 13:27:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mpintstat=E5=A2=9E=E5=8A=A0mgroup=20nam?= =?UTF-8?q?e=E6=9F=A5=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 e071a485..4aa07275 100644 --- a/apps/enm/filters.py +++ b/apps/enm/filters.py @@ -12,6 +12,7 @@ class MpointStatFilter(filters.FilterSet): fields = { "mpoint": ["exact"], "mgroup": ["exact"], + "mgroup__name": ["exact"], "mpoint__mgroup": ["exact"], "mpoint__material": ["exact"], "mpoint__mgroup__belong_dept": ["exact"],