From 9ba83cc1fea5165002629206768911ee5f253af5 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 27 Nov 2023 23:19:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BA=A4=E6=8E=A5=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=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/wpm/filters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/wpm/filters.py b/apps/wpm/filters.py index e662ccd1..46952252 100644 --- a/apps/wpm/filters.py +++ b/apps/wpm/filters.py @@ -68,5 +68,6 @@ class HandoverFilter(filters.FilterSet): "recive_dept": ["exact"], "recive_dept__name": ["exact"], "send_date": ["exact"], + "material__type": ["exact", "in"], "submit_time": ["isnull"] }