1
0
forked from erp-dev/erp

fix: remove cache rule of plate order query api

This commit is contained in:
2025-12-30 15:40:12 +08:00
parent 1087778318
commit 88046acf4f

View File

@@ -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