shish %!s(int64=3) %!d(string=hai) anos
pai
achega
481e08bca9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      biz-ghs/order/classes/PurchaseOrderClass.php

+ 1 - 1
biz-ghs/order/classes/PurchaseOrderClass.php

@@ -97,7 +97,7 @@ class PurchaseOrderClass extends BaseClass
         $shopName = $shop->shopName ?? '';
         $shopName = $shop->shopName ?? '';
         $currentName = $shopName == '首店' ? $sjName : $sjName . ' ' . $shopName;
         $currentName = $shopName == '首店' ? $sjName : $sjName . ' ' . $shopName;
 
 
-        $content = "<CB>{$currentName}</CB>";
+        $content = "<CB>" . $currentName . "</CB>";
         $content .= "<CB>采购单</CB>";
         $content .= "<CB>采购单</CB>";
         $content .= '--------------------------------<BR>';
         $content .= '--------------------------------<BR>';
         $content .= '<B>供货商:' . $orderInfo->ghsName . '</B><BR><BR>';
         $content .= '<B>供货商:' . $orderInfo->ghsName . '</B><BR><BR>';