shish 4 gadi atpakaļ
vecāks
revīzija
16dd50ce94

+ 1 - 1
biz-hd/order/classes/OrderClass.php

@@ -441,7 +441,7 @@ class OrderClass extends BaseClass
                 $printSn = $ext['mtPrintLabelSn'] ?? '';
             }
         }
-        noticeUtil::push("打印:" . $printSn, '15280215347');
+        noticeUtil::push("shopId:{$shopId} 打印2:" . $printSn, '15280215347');
         if (empty($printSn)) {
             return false;
         }

+ 1 - 1
biz-hd/work/classes/WorkClass.php

@@ -58,7 +58,7 @@ class WorkClass extends BaseClass
             $shopId = $shop->id ?? 0;
             $ext = ShopExtClass::getByCondition(['shopId' => $shopId], true);
             $printLabelSn = $work->fromType == 4 ? $ext->mtPrintLabelSn : $ext->makePrintLabelSn;
-            noticeUtil::push("打印:" . $printLabelSn, '15280215347');
+            noticeUtil::push("打印1:" . $printLabelSn, '15280215347');
             if (empty($printLabelSn)) {
                 if ($mustPrint) {
                     util::fail('请设置标签打印机');