更新
This commit is contained in:
parent
23d1affda5
commit
7adac8fb8b
@ -327,7 +327,7 @@ class StoreRefundOrderRepository extends BaseRepository
|
|||||||
$totalPostage = 0;
|
$totalPostage = 0;
|
||||||
$refundProduct = [];
|
$refundProduct = [];
|
||||||
$refund_order_id = 0;
|
$refund_order_id = 0;
|
||||||
$$consumptionTotal = 0;
|
$consumptionTotal = 0;
|
||||||
foreach ($products as $k => $product) {
|
foreach ($products as $k => $product) {
|
||||||
$productRefundPrice = $productRefundPrices[$product['order_product_id']] ?? [];
|
$productRefundPrice = $productRefundPrices[$product['order_product_id']] ?? [];
|
||||||
if ($product['extension_one'] > 0)
|
if ($product['extension_one'] > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user