调整赠品发起换货
parent
214fa33aaf
commit
c71133cec4
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue