|
|
@@ -1343,7 +1343,7 @@ class OrderController extends BaseController
|
|
|
//Yii::$app->redis->executeCommand('LPUSH', [$noticeKey, $noticeText]);
|
|
|
|
|
|
//向花店App发通知
|
|
|
- $allDevices = \bizHd\device\classes\GhsDeviceClass::getAllByCondition(['shopId'=>$shopId]);
|
|
|
+ $allDevices = \bizHd\device\classes\HdDeviceClass::getAllByCondition(['shopId'=>$shopId]);
|
|
|
$cids = array_column($allDevices, 'clientId');
|
|
|
$title = '买花成功';
|
|
|
$shopName = $shop->merchantName . $shop->shopName != '首店' ? '(' . $shop->shopName . ')' : '';
|