fix: bind_routepack bug
This commit is contained in:
parent
3a5d6cac55
commit
51e6cc041e
|
@ -140,7 +140,6 @@ def bind_routepack(ticket: Ticket, transition, new_ticket_data: dict):
|
|||
ticket_data.update({
|
||||
't_model': 'routepack',
|
||||
't_id': routepack.id,
|
||||
't_create_by': routepack.create_by
|
||||
})
|
||||
ticket.ticket_data = ticket_data
|
||||
ticket.create_by = routepack.create_by
|
||||
|
|
Loading…
Reference in New Issue