shish 7 mesi fa
parent
commit
8d67ddb868
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      common/components/rabbitmq/notifyConsumer.php

+ 2 - 2
common/components/rabbitmq/notifyConsumer.php

@@ -86,7 +86,7 @@ class notifyConsumer implements ConsumerInterface
         $order = OrderClass::getById($orderId, true);
         if (!empty($order)) {
             $sendNum = $order->sendNum ?? '';
-            $result = $event . ',取货号' . $sendNum;
+            $result = $event . ',取货号 ' . $sendNum;
             $customName = $order->customName ?? '';
             $shopId = $order->shopId ?? '';
             $shop = ShopClass::getById($shopId, true);
@@ -104,7 +104,7 @@ class notifyConsumer implements ConsumerInterface
         $order = \bizHd\order\classes\OrderClass::getById($orderId, true);
         if (!empty($order)) {
             $sendNum = $order->sendNum ?? '';
-            $result = $event . ',取货号' . $sendNum;
+            $result = $event . ',取货号 ' . $sendNum;
             $customName = $order->customName ?? '';
             $shopId = $order->shopId ?? '';
             $shop = ShopClass::getById($shopId, true);