shizhongqi hace 9 meses
padre
commit
32e841b7f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-ghs/controllers/OrderController.php

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

@@ -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 . ')' : '';