From 378850682d966ef9004204eb35ed5764256c1327 Mon Sep 17 00:00:00 2001 From: liaodanlong Date: Mon, 23 Sep 2024 17:50:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=97=A5=E5=BF=97=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_bf_connect/models/process_status.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sf_bf_connect/models/process_status.py b/sf_bf_connect/models/process_status.py index 3bbdb5fc..1bfdd356 100644 --- a/sf_bf_connect/models/process_status.py +++ b/sf_bf_connect/models/process_status.py @@ -55,8 +55,7 @@ class StatusChange(models.Model): logging.info('接口已经执行=============') else: traceback_error = traceback.format_exc() - logging.error("bfm订单状态同步失败:%s request info %s" % traceback_error) - logging.error('/api/get/state/get_order 请求失败{}'.format(ret)) + logging.error("bfm订单状态同步失败:%s" % traceback_error) raise UserError('工厂加工同步订单状态到bfm失败') except UserError as e: traceback_error = traceback.format_exc()