账单价格
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user