From 73821d14ed43378028fa50c23b1073145981e0aa Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Wed, 29 Dec 2021 19:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=94=AE=E5=90=8E=E6=8D=A2?= =?UTF-8?q?=E8=B4=A7=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/AfterSaleService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/AfterSaleService.php b/app/Services/AfterSaleService.php index de630722..af3c2319 100644 --- a/app/Services/AfterSaleService.php +++ b/app/Services/AfterSaleService.php @@ -448,6 +448,7 @@ class AfterSaleService 'vip_price' => $afterSaleProduct->vip_price, 'sales_value' => $afterSaleProduct->sales_value, 'quantity' => $afterSale->num, + 'remain_quantity'=> $afterSale->num, 'coupon_discount_amount'=> 0, 'vip_discount_amount' => $afterSaleProduct->sell_price - $afterSaleProduct->vip_price, 'reduced_amount' => 0,