Browse Source

外采打印

shish 3 years ago
parent
commit
4747ce0098
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-ghs/order/classes/PurchaseOrderClass.php

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

@@ -166,7 +166,7 @@ class PurchaseOrderClass extends BaseClass
         $content .= "<BR>";
         $content .= "<BR>";
         $content .= "<BR>";
         $content .= "<BR>";
         $ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
         $ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
-        $printSn = $ext['printSn'] ?? '';
+        $printSn = $ext['wcPrintSn'] ?? '';
         if (!empty($printSn)) {
         if (!empty($printSn)) {
             $p = new printUtil($printSn);
             $p = new printUtil($printSn);
             $p->printMsg($content, $shop);
             $p->printMsg($content, $shop);