From e0897d69336efe7b3199775932dfa052e2f138b6 Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Wed, 5 Nov 2025 16:42:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20ofm-service=20=E4=BF=AE=E6=94=B9bind=5F?= =?UTF-8?q?seal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ofm/services.py | 1 + 1 file changed, 1 insertion(+) 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