|
|
@@ -1318,7 +1318,7 @@ class OrderClass extends BaseClass
|
|
|
//超出数量的打印 sssh 20240605
|
|
|
public static function onlinePrintOver($showItem, $orderInfo, $currentName, $shop)
|
|
|
{
|
|
|
- $itemList = $showItem['itemList'];
|
|
|
+ $itemList = $showItem['list'];
|
|
|
$orderSn = $orderInfo->orderSn ?? '';
|
|
|
$arr = array_chunk($itemList, 50);
|
|
|
$totalPage = count($arr);
|