From f252f206ac3310c9002672aee0ab9b4d6ad97a78 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 23 Feb 2024 13:51:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20access=5Ftime=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/enp/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/enp/views.py b/apps/enp/views.py index 81b5a5c9..73b34153 100644 --- a/apps/enp/views.py +++ b/apps/enp/views.py @@ -75,7 +75,7 @@ class VehicleAccessViewSet(ListModelMixin, CustomGenericViewSet): "vehicle_number": ['icontains'], "emission_standard": ['exact', 'in'], "type": ['exact', 'in'], - "acess_time": ['gte', 'lte', 'year', 'month', 'day', 'quarter', 'week'] + "access_time": ['gte', 'lte', 'year', 'month', 'day', 'quarter', 'week'] }