feat : finish order

This commit is contained in:
2025-04-02 16:15:37 +08:00
parent 3e2b23e88e
commit 55164bc74f

View File

@@ -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,
];
}