指定药店编码
Build Docker / build (push) Canceled after 0s

This commit is contained in:
haomingming
2026-09-24 17:25:58 +08:00
parent 91945a5ea6
commit 6326cdcca1
+2 -1
View File
@@ -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'];// 收货人地址