Ver Fonte

关闭通知

shish há 1 mês atrás
pai
commit
ccdacc2772
1 ficheiros alterados com 1 adições e 0 exclusões
  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]);