From 162814411fb01f74b8e252d61d48bfd2fea4d9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=B0=A7?= Date: Fri, 30 May 2025 10:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E7=A8=8B=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E8=AE=B0=E5=BD=95=E7=94=B3=E8=AF=B7=E4=BA=BA=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_mrs_connect/controllers/controllers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sf_mrs_connect/controllers/controllers.py b/sf_mrs_connect/controllers/controllers.py index b389c7d6..7a72c7ed 100644 --- a/sf_mrs_connect/controllers/controllers.py +++ b/sf_mrs_connect/controllers/controllers.py @@ -269,6 +269,7 @@ class Sf_Mrs_Connect(http.Controller, MultiInheritController): 'current_programming_count': correct_record_ids_obj.current_programming_count, 'target_production_id': correct_record_ids_obj.target_production_id, 'apply_time': correct_record_ids_obj.apply_time, + 'apply_uid': correct_record_ids_obj.apply_uid.id, 'send_time': correct_record_ids_obj.send_time, }) logging.info('已创建正确的制造订单的编程记录:%s' % production.name)