账单价格

This commit is contained in:
liu
2026-09-06 23:20:00 +08:00
parent 7a895c143e
commit 51ccaaf11a
+2
View File
@@ -85,6 +85,8 @@ class BillDetailService
'quantity' => $quantity, 'quantity' => $quantity,
'weight' => $weight, 'weight' => $weight,
'amount' => $amount, 'amount' => $amount,
'spec' => $product->spec,
'price_unit' => $product->price_unit,
'image_ids' => (array) $first->image_ids, 'image_ids' => (array) $first->image_ids,
'category_sort' => (int) ($product->category->sort ?? 9999), 'category_sort' => (int) ($product->category->sort ?? 9999),
'product_sort' => (int) ($product->sort ?? 9999), 'product_sort' => (int) ($product->sort ?? 9999),