From 324ac2105df7a983e7093c6564b71e78b4e87efd Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 8 May 2024 14:55:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=98=E6=83=A0=E5=8D=B7?= =?UTF-8?q?=E9=80=80=E8=BF=98=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/OrderService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/OrderService.php b/app/Services/OrderService.php index b7d1060..119ce32 100644 --- a/app/Services/OrderService.php +++ b/app/Services/OrderService.php @@ -234,7 +234,7 @@ class OrderService extends BaseService $userCouponService->returnUserCoupon($order_coupon['user_coupon_id']); // 发送站内消息-优惠卷退还 - $MessagePush = new MessagePush($order_coupon['user_id']); + $MessagePush = new MessagePush($order['user_id']); $MessagePush->patientRefundCoupon($order_coupon['coupon_name']); } }