|
@@ -520,6 +520,7 @@ public class StoreOrderServiceImpl extends AbstractService<StoreOrder> implement
|
|
|
|
|
|
OrderInfoDetailVO detailVo = new OrderInfoDetailVO();
|
|
OrderInfoDetailVO detailVo = new OrderInfoDetailVO();
|
|
detailVo.setProductId(storeCombination.getProductId());
|
|
detailVo.setProductId(storeCombination.getProductId());
|
|
|
|
+ detailVo.setVipPrice(storeCombination.getPrice());
|
|
detailVo.setProductName(storeCombination.getTitle());
|
|
detailVo.setProductName(storeCombination.getTitle());
|
|
detailVo.setAttrValueId(combinationAttrValue.getId());
|
|
detailVo.setAttrValueId(combinationAttrValue.getId());
|
|
detailVo.setSku(combinationAttrValue.getSuk());
|
|
detailVo.setSku(combinationAttrValue.getSuk());
|