Commit 26428bd2 authored by wwccw0591's avatar wwccw0591

pc

parent 30003491
...@@ -846,10 +846,10 @@ class OrderServiceModel extends \Business\AbstractModel ...@@ -846,10 +846,10 @@ class OrderServiceModel extends \Business\AbstractModel
'getTime' => $delivery['getTime'], 'getTime' => $delivery['getTime'],
'reciverName' => $this->orderCommon['reciverName'], 'reciverName' => $this->orderCommon['reciverName'],
'mobPhone' => $reciverInfo['mob_phone'], 'mobPhone' => $reciverInfo['mob_phone'],
'street' => $reciverInfo['street'], 'street' => $reciverInfo['address'],
'lng' => isset($reciverInfo['lng']) ? $reciverInfo['lng'] : ApiConst::zero, 'lng' => isset($reciverInfo['lng']) ? $reciverInfo['lng'] : ApiConst::zero,
'lat' => isset($reciverInfo['lat']) ? $reciverInfo['lat'] : ApiConst::zero, 'lat' => isset($reciverInfo['lat']) ? $reciverInfo['lat'] : ApiConst::zero,
'subAddress' => isset($reciverInfo['address']), 'subAddress' => isset($reciverInfo['sub_address'])?$reciverInfo['sub_address']:'',
'orderGoods' => $orderGoods, 'orderGoods' => $orderGoods,
'shippingFee' => $this->order['shippingFee'], 'shippingFee' => $this->order['shippingFee'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment