Просмотр исходного кода

关闭 采购成功通知客户

shish 2 лет назад
Родитель
Сommit
4e0ada3bc0
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      app-ghs/controllers/OrderController.php

+ 5 - 5
app-ghs/controllers/OrderController.php

@@ -878,11 +878,11 @@ class OrderController extends BaseController
                 if ($order->status != 1 && $order->status != 5) {
                     if (!empty($cgShop)) {
                         //采购成功通知客户
-                        $cgNoticeRespond = \bizHd\notice\classes\NoticeClass::cgSuccessMiniNotice($cgShop, $cg);
-                        if (isset($cgNoticeRespond['hasNotice']) && $cgNoticeRespond['hasNotice'] == 1) {
-                            $order->hasNoticeCustom = 1;
-                            $order->save();
-                        }
+//                        $cgNoticeRespond = \bizHd\notice\classes\NoticeClass::cgSuccessMiniNotice($cgShop, $cg);
+//                        if (isset($cgNoticeRespond['hasNotice']) && $cgNoticeRespond['hasNotice'] == 1) {
+//                            $order->hasNoticeCustom = 1;
+//                            $order->save();
+//                        }
                     }
                 }