forked from erp-dev/erp
fix: remove cache rule of plate order query api
This commit is contained in:
@@ -605,7 +605,7 @@ def _plate_order_last_modified(request, *args, **kwargs):
|
||||
return latest
|
||||
|
||||
|
||||
@method_decorator(condition(last_modified_func=_plate_order_last_modified), name='list')
|
||||
# @method_decorator(condition(last_modified_func=_plate_order_last_modified), name='list')
|
||||
class PlateOrderViewSet(LimitedModelViewSet):
|
||||
"""
|
||||
开版订单 ViewSet
|
||||
|
||||
Reference in New Issue
Block a user