|
|
@@ -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('请设置标签打印机');
|