fix: 矫正员工信息3
This commit is contained in:
parent
94e0d006f1
commit
279be7fe9f
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue