From 690a66b6a12220e8675912a9af2366906d78caaa Mon Sep 17 00:00:00 2001 From: "jinling.yang" Date: Mon, 22 Apr 2024 15:46:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BF=AB=E9=80=92=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=A8=A1=E5=9E=8B=E8=B7=AF=E5=BE=84=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_sale/models/quick_easy_order_old.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_sale/models/quick_easy_order_old.py b/sf_sale/models/quick_easy_order_old.py index be9bae3d..724d4369 100644 --- a/sf_sale/models/quick_easy_order_old.py +++ b/sf_sale/models/quick_easy_order_old.py @@ -292,7 +292,7 @@ class QuickEasyOrder(models.Model): 'model_width': order.model_width, 'model_height': order.model_height, 'model_volume': order.model_volume, - 'color_model_path': '/tmp/' + str(model_code) + ".step", + 'model_color_path': '/tmp/' + str(model_code) + ".step", 'model_order_no': '%s-%s' % (order.name, 1), 'remark': '订单号:%s 客户:%s' % (order.name, order.customer_id.name) }