商品详情展示参数
This commit is contained in:
parent
92c3c21e32
commit
eedea676aa
@ -226,6 +226,11 @@ public class GoodsSkuServiceImpl extends ServiceImpl<GoodsSkuMapper, GoodsSku> i
|
||||
map.put("specs", this.groupBySkuAndSpec(goodsSkuDetail.getGoodsId()));
|
||||
map.put("promotionMap", goodsIndex.getPromotionMap());
|
||||
|
||||
//获取参数信息
|
||||
if(goodsVO.getGoodsParamsDTOList().size()>0){
|
||||
map.put("goodsParamsDTOList",goodsVO.getGoodsParamsDTOList());
|
||||
}
|
||||
|
||||
//记录用户足迹
|
||||
if (UserContext.getCurrentUser() != null) {
|
||||
FootPrint footPrint = new FootPrint(UserContext.getCurrentUser().getId(), goodsId, skuId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user