6
0
Fork 0

修改售后换货报错

release
vine_liutk 2021-12-29 19:41:45 +08:00
parent 4fca777935
commit 73821d14ed
1 changed files with 1 additions and 0 deletions

View File

@ -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,