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

临时去除通知(处理报错了!订单号....)-- 还原

shizhongqi 2 месяцев назад
Родитель
Сommit
b0ed94d06f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      console/controllers/OrderController.php

+ 1 - 1
console/controllers/OrderController.php

@@ -118,7 +118,7 @@ class OrderController extends Controller
                 } catch (\Exception $e) {
                     $transaction->rollBack();
                     $msg = $e->getMessage();
-                    //noticeUtil::push("处理报错了!订单号:{$orderSn},错误信息:{$msg}", '15280215347');
+                    noticeUtil::push("处理报错了!订单号:{$orderSn},错误信息:{$msg}", '15280215347');
                 }
             }
         }