Browse Source

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

shizhongqi 1 month ago
parent
commit
b0ed94d06f
1 changed files with 1 additions and 1 deletions
  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');
                 }
             }
         }