From dbe1635788727125d178342828c9b9f28d2818e4 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 15 Aug 2023 15:56:56 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/enm/filters.py b/apps/enm/filters.py index 4aa07275..7ea55475 100644 --- a/apps/enm/filters.py +++ b/apps/enm/filters.py @@ -28,7 +28,9 @@ class MpointStatFilter(filters.FilterSet): "month_s": ["exact"], "year_s": ["exact"], "create_by": ["exact"], - "type": ["exact"] + "type": ["exact"], + "is_all": ["exact"], + "is_auto": ["exact"] } def filter_has_create_by(self, queryset, name, value):