This commit is contained in:
Zixiao Wang 2025-05-26 10:39:12 +08:00
parent 0ee00d00a9
commit c6f1ef1f54

View File

@ -374,6 +374,7 @@ class NegotiationViewSet(viewsets.ModelViewSet):
'draft_approved', 'draft_approved',
'published' 'published'
] ]
if not status: if not status:
return Response({ return Response({
'code': 400, 'code': 400,