diff --git a/app/Services/AfterSaleService.php b/app/Services/AfterSaleService.php index 0af0eaec..f06b0af4 100644 --- a/app/Services/AfterSaleService.php +++ b/app/Services/AfterSaleService.php @@ -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,