fix: super ticket close bug

pull/8664/head
feng626 2022-07-26 15:01:47 +08:00 committed by 老广
parent c4146744e5
commit 0f7b41d177
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ class SuperTicketStatusAPI(RetrieveDestroyAPIView):
return Ticket.objects.all()
def perform_destroy(self, instance):
instance.close(processor=instance.applicant)
instance.close()