From f0cacf6777413d7c77a82f15ffeff73aff8bf74a Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 20 Jun 2025 15:28:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mioitem=E6=B7=BB=E5=8A=A0material=5F=5F?= =?UTF-8?q?type=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/inm/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/inm/views.py b/apps/inm/views.py index 2a1b8085..5be1edfb 100644 --- a/apps/inm/views.py +++ b/apps/inm/views.py @@ -255,6 +255,7 @@ class MIOItemViewSet(CustomListModelMixin, BulkCreateModelMixin, BulkDestroyMode "mio__type": ["exact", "in"], "mio__inout_date": ["gte", "lte", "exact"], "material": ["exact"], + "material__type": ["exact"], "test_date": ["isnull", "exact"] } ordering = ['create_time']