fix: 矫正员工信息3

This commit is contained in:
caoqianming 2023-12-21 12:02:57 +08:00
parent 94e0d006f1
commit 279be7fe9f
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ class CorrectViewSet(CustomGenericViewSet):
'post': user.post if user.post else None,
'type': user.type
})
return Response()
@action(methods=['post'], detail=False, serializer_class=Serializer)
def ticket_sn(self, request, pk=None):