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

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

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