Browse Source

商家中心 线上订单 定位

master
Lemon 5 years ago
parent
commit
c9ceac9307
  1. 4
      app/Service/v3/Implementations/OrderListService.php

4
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)

Loading…
Cancel
Save