From 51ccaaf11a474c448a4bcd402683821332dbb4aa Mon Sep 17 00:00:00 2001 From: liu <2302563948@qq.com> Date: Sun, 6 Sep 2026 23:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8D=95=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/BillDetailService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Services/BillDetailService.php b/app/Services/BillDetailService.php index 4a8264f..c1b2d3b 100644 --- a/app/Services/BillDetailService.php +++ b/app/Services/BillDetailService.php @@ -85,6 +85,8 @@ class BillDetailService 'quantity' => $quantity, 'weight' => $weight, 'amount' => $amount, + 'spec' => $product->spec, + 'price_unit' => $product->price_unit, 'image_ids' => (array) $first->image_ids, 'category_sort' => (int) ($product->category->sort ?? 9999), 'product_sort' => (int) ($product->sort ?? 9999),