feat : coupon

This commit is contained in:
2025-03-21 11:08:32 +08:00
parent 37b70da41c
commit a0dd51fc68

View File

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