feat: mpintstat增加mgroup name查询条件

This commit is contained in:
caoqianming 2023-08-09 13:27:59 +08:00
parent 584e5dc5c3
commit 1ee3eb4db3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class MpointStatFilter(filters.FilterSet):
fields = { fields = {
"mpoint": ["exact"], "mpoint": ["exact"],
"mgroup": ["exact"], "mgroup": ["exact"],
"mgroup__name": ["exact"],
"mpoint__mgroup": ["exact"], "mpoint__mgroup": ["exact"],
"mpoint__material": ["exact"], "mpoint__material": ["exact"],
"mpoint__mgroup__belong_dept": ["exact"], "mpoint__mgroup__belong_dept": ["exact"],