From c9ceac9307906a056bc521e321e690337ab93141 Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Thu, 10 Sep 2020 09:40:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E4=B8=AD=E5=BF=83=20?= =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E8=AE=A2=E5=8D=95=20=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/v3/Implementations/OrderListService.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Service/v3/Implementations/OrderListService.php b/app/Service/v3/Implementations/OrderListService.php index 2ee3e6d..7f60c5a 100644 --- a/app/Service/v3/Implementations/OrderListService.php +++ b/app/Service/v3/Implementations/OrderListService.php @@ -76,7 +76,9 @@ class OrderListService implements OrderListServiceInterface 'lanzu_order_main.name', 'lanzu_order_main.delivery_time_note', 'lanzu_order_main.shipping_type', - 'lanzu_order_main.global_order_id' + 'lanzu_order_main.global_order_id', + 'lanzu_order_main.lat', + 'lanzu_order_main.lng' ) ->with('orderGoods') ->where('lanzu_order.store_id', $storeId)