diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index 2594732..f27d6fc 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -1170,7 +1170,7 @@ class PatientOrderService extends BaseService $address['consignee_tel_mask'] = $order_product['consignee_tel_mask']; $result = array(); - $result['logistics'] = null; + $result['logistics'] = $order_product['logistics_no'] ?: null; $result['address'] = $address; // 获取物流数据