shish 5 лет назад
Родитель
Сommit
c12f179c81
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/OrderController.php

+ 1 - 1
app-hd/controllers/OrderController.php

@@ -677,7 +677,7 @@ class OrderController extends BaseController
             'orderSn' => $order['orderSn'],
             'receiveUserName' => $order['receiveUserName'],
             'receiveMobile' => $order['receiveMobile'],
-            'fullAddress' => $order['address'] . $order['floor'] . "(" . $order['fullAddress'] . ")",
+            'fullAddress' => $order['fullAddress'] . "(" . $order['showAddress'] . ")",
             'cardInfo' => $order['cardInfo'],
             'bookMobile' => $bookMobile,
             'bookName' => $bookName,