fix: ana equip_last_mlog
This commit is contained in:
parent
2753c78997
commit
bc6406f12b
|
@ -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)
|
Loading…
Reference in New Issue