From 93c3ca45e3dfd904354f9f770f128a46318426ef Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 30 Apr 2024 09:31:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=B5=8B=E8=AF=95=E5=8E=BB?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PatientOrderService.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index 8c32726..c8da7de 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -1425,11 +1425,6 @@ class PatientOrderService extends BaseService $product_ids = $this->request->input('product_ids'); $client_type = $this->request->input('client_type'); - dump($order_prescription_id); - dump($address_id); - dump($product_ids); - dump($client_type);die; - // 获取处方数据 $params = array(); $params['order_prescription_id'] = $order_prescription_id;