fix: ana equip_last_mlog

This commit is contained in:
caoqianming 2024-09-12 17:23:40 +08:00
parent 2753c78997
commit bc6406f12b
1 changed files with 1 additions and 6 deletions

View File

@ -108,9 +108,4 @@ class AnaViewSet(GenericViewSet):
ret['明日退火投产预测'] += item['t_count_use']
ret['今日退火投产预测'] += item['t_count_use']
return Response(ret)
perms_map = {}
@action(methods=['post'], detail=False, perms_map={'post': '*'}, serializer_class=Serializer)
def equip_last_mlog(self, request):
pass
return Response(ret)