|
|
@@ -240,9 +240,9 @@ class NoticeController extends PublicController
|
|
|
Yii::$app->redis->executeCommand('LPUSH', [$noticeKey, $noticeText]);
|
|
|
|
|
|
//向供货商APP发通知
|
|
|
- $cgShop = ShopClass::getById($cg->shopId, true, 'shopName, merchantName');
|
|
|
- $push = new push('ghs', push::MSG_TYPE_ORDER);
|
|
|
- $push->ghsOrderMessage($shop, $cgShop, $order);
|
|
|
+// $cgShop = ShopClass::getById($cg->shopId, true, 'shopName, merchantName');
|
|
|
+// $push = new push('ghs', push::MSG_TYPE_ORDER);
|
|
|
+// $push->ghsOrderMessage($shop, $cgShop, $order);
|
|
|
}
|
|
|
//花店采购供货商端APP收到通知
|
|
|
//NoticeClass::ghsNewOrderNotice($order);
|
|
|
@@ -472,9 +472,9 @@ class NoticeController extends PublicController
|
|
|
Yii::$app->redis->executeCommand('LPUSH', [$noticeKey, $noticeText]);
|
|
|
|
|
|
//向供货商APP发通知
|
|
|
- $cgShop = ShopClass::getById($cg->shopId, true, 'shopName, merchantName');
|
|
|
- $push = new push('ghs', push::MSG_TYPE_ORDER);
|
|
|
- $push->ghsOrderMessage($shop, $cgShop, $order);
|
|
|
+// $cgShop = ShopClass::getById($cg->shopId, true, 'shopName, merchantName');
|
|
|
+// $push = new push('ghs', push::MSG_TYPE_ORDER);
|
|
|
+// $push->ghsOrderMessage($shop, $cgShop, $order);
|
|
|
}
|
|
|
//花店采购供货商端APP收到通知
|
|
|
//NoticeClass::ghsNewOrderNotice($order);
|
|
|
@@ -608,9 +608,9 @@ class NoticeController extends PublicController
|
|
|
Yii::$app->redis->executeCommand('LPUSH', [$noticeKey, $noticeText]);
|
|
|
|
|
|
//向供货商端APP发通知
|
|
|
- $cgShop = ShopClass::getById($cg->shopId, true, 'shopName, merchantName');
|
|
|
- $push = new push('ghs', push::MSG_TYPE_ORDER);
|
|
|
- $push->ghsOrderMessage($shop, $cgShop, $order);
|
|
|
+// $cgShop = ShopClass::getById($cg->shopId, true, 'shopName, merchantName');
|
|
|
+// $push = new push('ghs', push::MSG_TYPE_ORDER);
|
|
|
+// $push->ghsOrderMessage($shop, $cgShop, $order);
|
|
|
}
|
|
|
//花店采购供货商端APP收到通知
|
|
|
//NoticeClass::ghsNewOrderNotice($order);
|
|
|
@@ -851,9 +851,9 @@ class NoticeController extends PublicController
|
|
|
Yii::$app->redis->executeCommand('LPUSH', [$noticeKey, $noticeText]);
|
|
|
|
|
|
//向供货商端APP发通知
|
|
|
- $cgShop = ShopClass::getById($cg->shopId, true, 'shopName, merchantName');
|
|
|
- $push = new push('ghs', push::MSG_TYPE_ORDER);
|
|
|
- $push->ghsOrderMessage($shop, $cgShop, $order);
|
|
|
+// $cgShop = ShopClass::getById($cg->shopId, true, 'shopName, merchantName');
|
|
|
+// $push = new push('ghs', push::MSG_TYPE_ORDER);
|
|
|
+// $push->ghsOrderMessage($shop, $cgShop, $order);
|
|
|
}
|
|
|
//花店采购供货商端APP收到通知
|
|
|
//NoticeClass::ghsNewOrderNotice($order);
|