From a0dd51fc6851116450af2d907bba1376e8e5ec50 Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Fri, 21 Mar 2025 11:08:32 +0800 Subject: [PATCH] feat : coupon --- app/Service/ServiceTrait/Api/OrderTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Service/ServiceTrait/Api/OrderTrait.php b/app/Service/ServiceTrait/Api/OrderTrait.php index 5371c94..5d1ed52 100644 --- a/app/Service/ServiceTrait/Api/OrderTrait.php +++ b/app/Service/ServiceTrait/Api/OrderTrait.php @@ -247,6 +247,7 @@ trait OrderTrait 'type' => $this->skuArr[$key]['type'], 'id' => $key, 'spu_id' => $this->skuArr[$key]['spu_id'], + 'is_add_staple_food' => $this->skuArr[$key]['is_add_staple_food'], ]; } else { $oneCopiesGoodInfo[$key]['num'] += $oneGood;