Commit 9037f177 by ping.wu

套餐商品券,商品类型为套餐

parent 449a51c0
......@@ -156,6 +156,7 @@ public class ShoppingCartConvertAdapter {
}
//套餐商品券
if (CollectionUtils.isNotEmpty(cartGoods.getProductComboList()) && GoodsTypeEnum.COUPON_GOODS.getGoodsType().equals(cartGoods.getGoodsType())) {
cartGoodsDetailDto.setProductType(ProductType.SETMEAL.getCode());
List<ShoppingCartGoodsDto.CartGoodsDetailDto> comboProducts = new ArrayList<>(0);
for (CartGoods.ComboxGoods comboxGoods : cartGoods.getProductComboList()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment