6
0
Fork 0

调整赠品发起换货

release
vine_liutk 2022-03-23 15:45:56 +08:00
parent 214fa33aaf
commit c71133cec4
1 changed files with 2 additions and 0 deletions

View File

@ -476,6 +476,8 @@ class AfterSaleService
OrderProduct::create([
'user_id' => $changeOrder->user_id,
'order_id' => $changeOrder->id,
'is_gift' => $afterSaleProduct->is_gift,
'activity_id' => $afterSaleProduct->activity_id,
'gift_for_sku_id' => $afterSaleProduct->gift_for_sku_id,
'spu_id' => $afterSaleProduct->spu_id,
'sku_id' => $afterSaleProduct->sku_id,