加签完成bug
This commit is contained in:
parent
fbee94806b
commit
ce43a37c04
|
|
@ -342,8 +342,8 @@ class TicketViewSet(OptimizationMixin, CreateUpdateCustomMixin, CreateModelMixin
|
|||
ticket = self.get_object()
|
||||
ticket.participant_type = State.PARTICIPANT_TYPE_PERSONAL
|
||||
ticket.in_add_node = False
|
||||
ticket.add_node_man = None
|
||||
ticket.participant = ticket.add_node_man.id
|
||||
ticket.add_node_man = None
|
||||
ticket.save()
|
||||
# 更新流转记录
|
||||
suggestion = request.data.get('suggestion', '') # 加签意见
|
||||
|
|
|
|||
Loading…
Reference in New Issue