|
|
@@ -508,13 +508,6 @@ class PurchaseController extends BaseController
|
|
|
$order = OrderClass::getById($saleId, true);
|
|
|
if (!empty($order)) {
|
|
|
|
|
|
- $cgShopId = $info->shopId ?? 0;
|
|
|
- $cgShop = ShopClass::getById($cgShopId, true);
|
|
|
- if (!empty($cgShop)) {
|
|
|
- //采购成功小程序通知
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
$shopId = $order->shopId ?? 0;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (!empty($shop)) {
|
|
|
@@ -542,8 +535,6 @@ class PurchaseController extends BaseController
|
|
|
$order->save();
|
|
|
}
|
|
|
}
|
|
|
- //花店采购供货商端收到APP通知
|
|
|
- //NoticeClass::ghsNewOrderNotice($order);
|
|
|
}
|
|
|
} catch (Exception $e) {
|
|
|
$transaction->rollBack();
|