feat : finish order
This commit is contained in:
@@ -92,8 +92,8 @@ class CompletePrintService extends CateringBaseService
|
||||
$skuCopies = [];
|
||||
foreach ($skuArr as $skuId => $quantity) {
|
||||
$skuCopies[] = [
|
||||
'code_number' => $skuInfo[$skuId],
|
||||
'quantity' => $quantity,
|
||||
'code_num' => $skuInfo[$skuId],
|
||||
'num' => $quantity,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user