|
|
@@ -87,10 +87,11 @@ class NoticeController extends PublicController
|
|
|
$shopId = $order->shopId ?? 0;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (!empty($shop)) {
|
|
|
+ //花店采购供货商端微信收到通知
|
|
|
WxMessageClass::ghsHasNewOrderInform($shop, $order);
|
|
|
}
|
|
|
- //花店采购供货商端收到通知
|
|
|
- NoticeClass::ghsNewOrderNotice($order);
|
|
|
+ //花店采购供货商端APP收到通知
|
|
|
+ //NoticeClass::ghsNewOrderNotice($order);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -287,10 +288,11 @@ class NoticeController extends PublicController
|
|
|
$shopId = $order->shopId ?? 0;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (!empty($shop)) {
|
|
|
+ //花店采购供货商端微信收到通知
|
|
|
WxMessageClass::ghsHasNewOrderInform($shop, $order);
|
|
|
}
|
|
|
- //花店采购供货商端收到通知
|
|
|
- NoticeClass::ghsNewOrderNotice($order);
|
|
|
+ //花店采购供货商端APP收到通知
|
|
|
+ //NoticeClass::ghsNewOrderNotice($order);
|
|
|
}
|
|
|
}
|
|
|
}
|