shish 3 lat temu
rodzic
commit
fa009caa0e
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      biz-ghs/order/classes/PurchaseOrderClass.php

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

@@ -171,22 +171,22 @@ class PurchaseOrderClass extends BaseClass
             if (isset($orderInfo->fistWcPrintNum) && $orderInfo->fistWcPrintNum > 1) {
                 if ($orderInfo->fistWcPrintNum == 2) {
                     $printSn = $ext['wcPrintSn2'] ?? '';
-                    noticeUtil::push("使用第台机器打印 {$printSn}", '15280215347');
+                    noticeUtil::push("使用第2台机器打印 {$printSn}", '15280215347');
                 }
                 if ($orderInfo->fistWcPrintNum == 3) {
                     $printSn = $ext['wcPrintSn3'] ?? '';
-                    noticeUtil::push("使用第台机器打印 {$printSn}", '15280215347');
+                    noticeUtil::push("使用第3台机器打印 {$printSn}", '15280215347');
                 }
             }
         } else {
             if ($order > 1) {
                 if ($order == 2) {
                     $printSn = $ext['wcPrintSn2'] ?? '';
-                    noticeUtil::push("使用第台机器打印 {$printSn}", '15280215347');
+                    noticeUtil::push("使用第2台机器打印 {$printSn}", '15280215347');
                 }
                 if ($order == 3) {
                     $printSn = $ext['wcPrintSn3'] ?? '';
-                    noticeUtil::push("使用第台机器打印 {$printSn}", '15280215347');
+                    noticeUtil::push("使用第3台机器打印 {$printSn}", '15280215347');
                 }
             }
         }