From e7ad3655c3ba03a1b29c1667660548dfc1e2e862 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sun, 9 Jun 2024 15:56:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(OrderLogic):=20=E4=BF=AE=E6=94=B9=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E9=80=BB=E8=BE=91=E4=BB=A5=E6=94=AF=E6=8C=81=E6=96=B0?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=8A=B6=E6=80=81=E4=B8=8E=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/logic/order/OrderLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/logic/order/OrderLogic.php b/app/api/logic/order/OrderLogic.php index 90810ef67..fcae0ef17 100644 --- a/app/api/logic/order/OrderLogic.php +++ b/app/api/logic/order/OrderLogic.php @@ -164,7 +164,7 @@ class OrderLogic extends BaseLogic 'shipping_type' => $params['shipping_type'] ?? 1,//配送方式 1=快递 ,2=门店自提 'activity' =>'减免', 'activity_price' =>self::$activity_price, - 'activities'=>$check, + 'activities'=>$check['status'], ]; $order['default_delivery'] = 0; if($params['store_id']){