shish пре 6 година
родитељ
комит
cbc6176b04
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      app/shop/controllers/OrderController.php

+ 3 - 3
app/shop/controllers/OrderController.php

@@ -130,7 +130,7 @@ class OrderController extends BaseController
 		$currentFlow = OrderSendClass::withoutSend($order);
 		$currentFlow = OrderSendClass::withoutSend($order);
 		util::success(['currentFlow' => $currentFlow]);
 		util::success(['currentFlow' => $currentFlow]);
 	}
 	}
-
+	
 	//修改价格 shish 2020.1.6
 	//修改价格 shish 2020.1.6
 	public function actionUpdatePrice()
 	public function actionUpdatePrice()
 	{
 	{
@@ -183,7 +183,7 @@ class OrderController extends BaseController
 			'orderSn' => $order['orderSn'],
 			'orderSn' => $order['orderSn'],
 			'receiveUserName' => $order['receiveUserName'],
 			'receiveUserName' => $order['receiveUserName'],
 			'receiveMobile' => $order['receiveMobile'],
 			'receiveMobile' => $order['receiveMobile'],
-			'receiveFullAddress' => $order['receiveFullAddress'],
+			'receiveFullAddress' => $order['receiveAddress'] . $order['receiveFloor'] . "(" . $order['receiveFullAddress'] . ")",
 			'cardInfo' => $order['cardInfo'],
 			'cardInfo' => $order['cardInfo'],
 			'bookMobile' => $bookMobile,
 			'bookMobile' => $bookMobile,
 			'bookName' => $bookName,
 			'bookName' => $bookName,
@@ -195,5 +195,5 @@ class OrderController extends BaseController
 		];
 		];
 		util::success($data);
 		util::success($data);
 	}
 	}
-	
+
 }
 }