Kaynağa Gözat

支付显示名称

shish 1 yıl önce
ebeveyn
işleme
ad210747ec
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      app-hd/controllers/PurchaseController.php

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

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