This commit is contained in:
mkm 2024-01-28 11:55:13 +08:00
parent 23d1affda5
commit 7adac8fb8b

View File

@ -327,7 +327,7 @@ class StoreRefundOrderRepository extends BaseRepository
$totalPostage = 0;
$refundProduct = [];
$refund_order_id = 0;
$$consumptionTotal = 0;
$consumptionTotal = 0;
foreach ($products as $k => $product) {
$productRefundPrice = $productRefundPrices[$product['order_product_id']] ?? [];
if ($product['extension_one'] > 0)