fix: access_time 错误
This commit is contained in:
parent
a00a02bde6
commit
f252f206ac
|
@ -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']
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue