diff --git a/app/Service/Admin/Catering/Option/CompletePrintService.php b/app/Service/Admin/Catering/Option/CompletePrintService.php index 78e8732..ca0883f 100644 --- a/app/Service/Admin/Catering/Option/CompletePrintService.php +++ b/app/Service/Admin/Catering/Option/CompletePrintService.php @@ -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, ]; }