From d879d99a442d02bf010dfda1a55b10786609a642 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Fri, 24 Mar 2023 08:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=8E=B7=E5=8F=96=E3=80=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UserPatientService.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Services/UserPatientService.php b/app/Services/UserPatientService.php index e7ce713..8b7cf97 100644 --- a/app/Services/UserPatientService.php +++ b/app/Services/UserPatientService.php @@ -239,6 +239,10 @@ class UserPatientService extends BaseService $item['product_cover_img'] = addAliyunOssWebsite($product['product_cover_img']); $item['product_price'] = $product['product_price']; + $item['product_name'] = $product['product_name']; + $item['product_spec'] = $product['product_spec']; + $item['manufacturer'] = $product['manufacturer']; + $item['packaging_unit'] = $product['packaging_unit']; $data[] = $item; }