shish 1 tahun lalu
induk
melakukan
e9bde3497b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app-hd/controllers/PurchaseController.php

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -1134,7 +1134,7 @@ class PurchaseController extends BaseController
 
         $ghsShopName = $ghsShop->shopName ?? '';
         //要带上哪个店的,这样才知道客户下的单是哪个店的,客户很多有多家店
-        $name = "买花 " . $orderSn . "(" . $ghsShopName . ")";
+        $name = "买花 " . $orderSn . " " . $ghsShopName;
         $totalFee = $order->realPrice;
         $openId = '';
         if (isset($post['currentMiniOpenId']) && !empty($post['currentMiniOpenId'])) {