From 0a49006844e98ec61722a86df763558286793967 Mon Sep 17 00:00:00 2001 From: liqi Date: Tue, 24 Dec 2024 14:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=9C=8D=E5=8A=A1=E5=8C=85?= =?UTF-8?q?=E7=9A=84=E6=9F=A5=E8=AF=A2=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- member/modules/v1/controllers/ProductOrderController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/member/modules/v1/controllers/ProductOrderController.php b/member/modules/v1/controllers/ProductOrderController.php index 8ebd0f4..c717765 100644 --- a/member/modules/v1/controllers/ProductOrderController.php +++ b/member/modules/v1/controllers/ProductOrderController.php @@ -181,8 +181,7 @@ class ProductOrderController extends BaseAppController if($prescription['wr_ids']){ $wr_ids = explode(',', $prescription['wr_ids']); - ds($prescription['prescription_type']); - if ($prescription['prescription_type'] == 5) { + if ($ProductOrder['prescription_type'] == 5) { $west = ServicePackageRepice::find()->select('content,number,total_price')->where([ 'in', 'id', $wr_ids ])->all();