|
|
@@ -1345,7 +1345,7 @@ class OrderController extends BaseController
|
|
|
Yii::info('向花店App发通知');
|
|
|
$custom = CustomClass::getById($order->customId);
|
|
|
//向花店App发通知
|
|
|
- $allDevices = \bizHd\device\classes\HdDeviceClass::getAllByCondition(['mainId'=>$custom['shopId']]);
|
|
|
+ $allDevices = \bizHd\device\classes\HdDeviceClass::getAllByCondition(['shopId'=>$custom['shopId']]);
|
|
|
$cids = array_column($allDevices, 'clientId');
|
|
|
$title = '买花成功';
|
|
|
$shopName = $shop->merchantName . $shop->shopName != '首店' ? '(' . $shop->shopName . ')' : '';
|