Commit e866b09f authored by christ's avatar christ

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into ccw

parents 3907b52d f4a500fb
......@@ -1052,7 +1052,7 @@ class OrderConfirmUtil {
$reciverInfo['mob_phone'] = $addressInfo['mob_phone'];
$reciverInfo['tel_phone'] = $addressInfo['tel_phone'];
$reciverInfo['address'] = $addressInfo['area_info'].' '.$addressInfo['address'];
$reciverInfo['name'] = $addressInfo['name'];
$reciverInfo['name'] = $addressInfo['true_name'];
$reciverInfo['area'] = $addressInfo['area_info'];
$reciverInfo['street'] = $addressInfo['address'];
$reciverInfo['lng'] = $addressInfo['lng'];
......
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