From 315be905170d4904d20eb38d8584a1c110a93cf3 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Fri, 5 May 2023 14:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BF=AB=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PatientOrderService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; // 获取物流数据