Explorar o código

自动完成提示关闭

shish %!s(int64=5) %!d(string=hai) anos
pai
achega
486572ea76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();