shish 5 лет назад
Родитель
Сommit
486572ea76
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      console/controllers/OrderController.php

+ 1 - 1
console/controllers/OrderController.php

@@ -62,7 +62,7 @@ class OrderController extends Controller
                     $hasSendOrder = OrderClass::getById($id, true);
                     OrderService::reach($hasSendOrder);
                     $transaction->commit();
-                    noticeUtil::push($prefix . " 【已自动完成】 SUCCESS", '15280215347');
+                    //noticeUtil::push($prefix . " 【已自动完成】 SUCCESS", '15280215347');
                 } catch (\Exception $e) {
                     $transaction->rollBack();
                     $msg = $e->getMessage();