From 1a26e7493aa135d5d59c77146d0118eb88217f08 Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Wed, 5 Nov 2025 17:05:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:ofm-service=20=E4=BF=AE=E6=94=B9service=20?= =?UTF-8?q?vehicle?= 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 1ad97300..52ee19fd 100644 --- a/apps/ofm/services.py +++ b/apps/ofm/services.py @@ -64,6 +64,7 @@ def bind_vehicle(ticket: Ticket, transition, new_ticket_data: dict): ticket_data.update({ 't_model': 'Vehicle', 't_id': ins.id, + 'is_city': ins.is_city }) ins.actual_km = None ins.end_time = None