|
|
@@ -438,7 +438,7 @@ class OrderClass extends BaseClass
|
|
|
if ($port == 'make') {
|
|
|
$printSn = $ext['makePrintSn'] ?? '';
|
|
|
if ($order->fromType == 4) {
|
|
|
- $printSn = $ext['mtPrintLabelSn'] ?? '';
|
|
|
+ $printSn = $ext['mtPrintSn'] ?? '';
|
|
|
}
|
|
|
}
|
|
|
noticeUtil::push("shopId:{$shopId} 打印2:" . $printSn, '15280215347');
|