From 894354aaa3aafa34cff6f6ea11e8ff0e4524ee57 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 27 Mar 2023 18:51:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=84=E6=96=B9=E8=8D=AF?= =?UTF-8?q?=E5=93=81=E4=B8=BB=E9=94=AEid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/OrderPrescriptionService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/OrderPrescriptionService.php b/app/Services/OrderPrescriptionService.php index 32b794c..caf5f9a 100644 --- a/app/Services/OrderPrescriptionService.php +++ b/app/Services/OrderPrescriptionService.php @@ -61,7 +61,6 @@ class OrderPrescriptionService extends BaseService foreach ($order_prescription_products as $order_prescription_product) { $data = array(); - $data['prescription_product_id'] = $order_prescription_product['prescription_product_id']; $data['product_id'] = $order_prescription_product['product_id']; $data['prescription_product_num'] = $order_prescription_product['prescription_product_num']; $data['product_name'] = $order_prescription_product['product_name'] ?? "";