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)