From ad30803836b53feb82d1bf6bc4921c6f5e008b32 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 24 Aug 2023 10:52:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20sflogExp=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/wpm/filters.py b/apps/wpm/filters.py index ea572e57..a89790cf 100644 --- a/apps/wpm/filters.py +++ b/apps/wpm/filters.py @@ -19,6 +19,7 @@ class SfLogExpFilter(filters.FilterSet): class Meta: model = SfLogExp fields = { + "sflog": ["exact"], "sflog__mgroup": ["exact"], "sflog__mgroup__name": ["exact"], "happen_time": ["day", "month", "year"],