@@ -409,7 +409,8 @@ class OrderPrescriptionService extends BaseService
|
|||||||
if (empty($order_product['pharmacy_code'])) {
|
if (empty($order_product['pharmacy_code'])) {
|
||||||
throw new BusinessException("订单药房编码缺失,无法上报处方平台");
|
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['buyerName'] = $order_product['consignee_name'];// 收货人姓名
|
||||||
$arg['buyerPhone'] = $order_product['consignee_tel'];// 收货人联系方式
|
$arg['buyerPhone'] = $order_product['consignee_tel'];// 收货人联系方式
|
||||||
$arg['buyerAddress'] = $order_product['address'];// 收货人地址
|
$arg['buyerAddress'] = $order_product['address'];// 收货人地址
|
||||||
|
|||||||
Reference in New Issue
Block a user