shish 1 vuosi sitten
vanhempi
commit
bd5b7b1363
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      biz-ghs/order/classes/PurchaseOrderClass.php

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

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