feat: 优化bind_routepack
This commit is contained in:
parent
899a314f5d
commit
b520b69f95
|
@ -171,8 +171,8 @@ def bind_routepack(ticket: Ticket, transition, new_ticket_data: dict):
|
|||
ticket.save()
|
||||
if routepack.ticket is None:
|
||||
routepack.ticket = ticket
|
||||
routepack.state = RoutePack.RP_S_AUDIT
|
||||
routepack.save()
|
||||
routepack.state = RoutePack.RP_S_AUDIT
|
||||
routepack.save()
|
||||
|
||||
|
||||
def routepack_audit_end(ticket: Ticket):
|
||||
|
|
Loading…
Reference in New Issue