From 0bc055b1a707d03128dd2ab92211459456286f38 Mon Sep 17 00:00:00 2001 From: "jinling.yang" Date: Thu, 29 Feb 2024 11:09:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8A=A0=E5=B7=A5=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=8E=A5=E5=8F=A3=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_bf_connect/controllers/controllers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sf_bf_connect/controllers/controllers.py b/sf_bf_connect/controllers/controllers.py index 83a9bac5..c5b57ba3 100644 --- a/sf_bf_connect/controllers/controllers.py +++ b/sf_bf_connect/controllers/controllers.py @@ -16,7 +16,7 @@ class Sf_Bf_Connect(http.Controller): :return: """ res = {'status': 1, 'factory_order_no': ''} - logging.info('get_bfm_process_order_list:%s' % kw) + logging.info('get_bfm_process_order_list:%s' % kw['order_number']) try: product_id = request.env.ref('sf_dlm.product_template_sf').sudo() self_machining_id = request.env.ref('sf_dlm.product_embryo_sf_self_machining').sudo() @@ -157,4 +157,3 @@ class jdElcp(http.Controller): if aa: aa.schedule_status = 'received' return json.dumps({'statusCode': 200, 'statusMessage': '修改成功'}, ensure_ascii=False) -