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
|
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):
|
class PlateOrderViewSet(LimitedModelViewSet):
|
||||||
"""
|
"""
|
||||||
开版订单 ViewSet
|
开版订单 ViewSet
|
||||||
|
|||||||
Reference in New Issue
Block a user