|
|
@@ -1349,7 +1349,7 @@ class OrderController extends BaseController
|
|
|
$allDevices = \bizHd\device\classes\HdDeviceClass::getAllByCondition(['shopId'=>$custom['shopId']]);
|
|
|
$cids = array_column($allDevices, 'clientId');
|
|
|
$title = '买花成功';
|
|
|
- $shopName = $customShop->merchantName . $customShop->shopName != '首店' ? '(' . $customShop->shopName . ')' : '';
|
|
|
+ $shopName = $customShop->merchantName . ($customShop->shopName != '首店' ? '(' . $customShop->shopName . ')' : '');
|
|
|
$content = $shopName . ' ¥' . $order->actPrice;
|
|
|
$payload = [
|
|
|
"page" => "pagesPurchase/purDetails",
|