feat : coupon
This commit is contained in:
@@ -247,6 +247,7 @@ trait OrderTrait
|
|||||||
'type' => $this->skuArr[$key]['type'],
|
'type' => $this->skuArr[$key]['type'],
|
||||||
'id' => $key,
|
'id' => $key,
|
||||||
'spu_id' => $this->skuArr[$key]['spu_id'],
|
'spu_id' => $this->skuArr[$key]['spu_id'],
|
||||||
|
'is_add_staple_food' => $this->skuArr[$key]['is_add_staple_food'],
|
||||||
];
|
];
|
||||||
} else {
|
} else {
|
||||||
$oneCopiesGoodInfo[$key]['num'] += $oneGood;
|
$oneCopiesGoodInfo[$key]['num'] += $oneGood;
|
||||||
|
|||||||
Reference in New Issue
Block a user