Explorar o código

Merge branch 'master' into dev

shish hai 1 mes
pai
achega
5626c6e74e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      biz/common/classes/GhsNotifyClass.php

+ 1 - 0
biz/common/classes/GhsNotifyClass.php

@@ -12,6 +12,7 @@ class GhsNotifyClass extends BaseClass
     //供货商新订单通知 ssh 20251202
     public static function newOrderNotify($orderId)
     {
+        return false;
         try {
             $producer = Yii::$app->rabbitmq->getProducer('notifyProducer');
             $msg = serialize(['type' => 'ghs_new_order_notify', 'orderId' => $orderId]);