|
|
@@ -117,7 +117,7 @@ class DispatchService
|
|
|
if(!in_array($orderType, ['xhOrder', 'xhGhsOrder'])){
|
|
|
util::fail('订单类型错误');
|
|
|
}
|
|
|
- $shop = ShopClass::getById($shopId, false, 'id,merchantName,fullAddress,lat,long,city,dist,floor,mobile,merchantName');
|
|
|
+ $shop = ShopClass::getById($shopId, false, 'id,merchantName,shopName,fullAddress,lat,long,city,dist,floor,mobile,merchantName');
|
|
|
|
|
|
$adapter = $this->getAdapter();
|
|
|
$orderData = $adapter->formatOrderData($order, $orderType, $shop, $params);
|