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