From f29582ef075e4464f79317363f31425461772054 Mon Sep 17 00:00:00 2001 From: mgw <1392924357@qq.com> Date: Mon, 13 Jan 2025 17:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E6=AC=A1=E4=B8=8B?= =?UTF-8?q?=E5=8F=91=E7=90=86=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_mrs_connect/controllers/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_mrs_connect/controllers/controllers.py b/sf_mrs_connect/controllers/controllers.py index ec3ce80d..b44b6874 100644 --- a/sf_mrs_connect/controllers/controllers.py +++ b/sf_mrs_connect/controllers/controllers.py @@ -121,7 +121,7 @@ class Sf_Mrs_Connect(http.Controller, MultiInheritController): production.programming_record_ids.create({ 'number': 1, 'production_id': production.id, - 'reason': '', + 'reason': '首次下发', 'programming_method': ret['programme_way'], 'current_programming_count': ret['reprogramming_num'], 'target_production_id': ret['production_order_no'],