From 6326cdcca12d16d290be5923471bb7975b7d86b2 Mon Sep 17 00:00:00 2001 From: haomingming Date: Thu, 24 Sep 2026 17:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=E8=8D=AF=E5=BA=97=E7=BC=96?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/OrderPrescriptionService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Services/OrderPrescriptionService.php b/app/Services/OrderPrescriptionService.php index bcb794e..196cfbb 100644 --- a/app/Services/OrderPrescriptionService.php +++ b/app/Services/OrderPrescriptionService.php @@ -409,7 +409,8 @@ class OrderPrescriptionService extends BaseService if (empty($order_product['pharmacy_code'])) { throw new BusinessException("订单药房编码缺失,无法上报处方平台"); } - $arg['pharmacyCode'] = $order_product['pharmacy_code']; + $arg['pharmacyOrganizationCode'] = $order_product['pharmacy_code'];//指定药店编码(门店订单必填,其他选填)" + $arg['pharmacyCode'] = $order_product['pharmacy_code'];//指定药店编码 (老文档参数) $arg['buyerName'] = $order_product['consignee_name'];// 收货人姓名 $arg['buyerPhone'] = $order_product['consignee_tel'];// 收货人联系方式 $arg['buyerAddress'] = $order_product['address'];// 收货人地址