shish 7 months ago
parent
commit
061c72f753
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/OrderController.php

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

@@ -243,7 +243,7 @@ class OrderController extends BaseController
         if ($order->book == 1) {
             util::fail('预订单不能直接发货');
         }
-
+        noticeUtil::push(json_encode($params), '15280215347');
         $connection = Yii::$app->db;
         $transaction = $connection->beginTransaction();
         try {