shish 2 лет назад
Родитель
Сommit
bca138f3ca
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/PurchaseController.php

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -506,7 +506,7 @@ class PurchaseController extends BaseController
                 $cgShop = ShopClass::getById($cgShopId, true);
                 if (!empty($cgShop)) {
                     //采购成功小程序通知
-                    \bizHd\notice\classes\NoticeClass::cgSuccessMiniNotice($cgShop, $info);
+                    //\bizHd\notice\classes\NoticeClass::cgSuccessMiniNotice($cgShop, $info);
                 }
 
                 $shopId = $order->shopId ?? 0;