shish 2 년 전
부모
커밋
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;