shish 8 maanden geleden
bovenliggende
commit
11f43fcc16
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      common/components/rabbitmq/notifyConsumer.php

+ 1 - 0
common/components/rabbitmq/notifyConsumer.php

@@ -91,6 +91,7 @@ class notifyConsumer implements ConsumerInterface
             $shopId = $order->shopId ?? '';
             $shopId = $order->shopId ?? '';
             $shop = ShopClass::getById($shopId, true);
             $shop = ShopClass::getById($shopId, true);
             if (!empty($shop)) {
             if (!empty($shop)) {
+                noticeUtil::push($result, '15280215347');
                 WxMessageClass::expressErrorInform($shop, $customName, $orderId, $result);
                 WxMessageClass::expressErrorInform($shop, $customName, $orderId, $result);
             }
             }
         }
         }