diff --git a/apps/ofm/services.py b/apps/ofm/services.py index 48ca1fa3..655a89d7 100644 --- a/apps/ofm/services.py +++ b/apps/ofm/services.py @@ -36,6 +36,7 @@ def bind_lendingseal(ticket: Ticket, transition, new_ticket_data: dict): ticket_data.update({ 't_model': 'LendingSeal', 't_id': ins.id, + "is_leading": ins.is_lending }) ticket.ticket_data = ticket_data ticket.create_by = ins.create_by