diff --git a/framework/src/main/java/cn/lili/modules/goods/serviceimpl/GoodsSkuServiceImpl.java b/framework/src/main/java/cn/lili/modules/goods/serviceimpl/GoodsSkuServiceImpl.java index cd9dabe1..e6361cd3 100644 --- a/framework/src/main/java/cn/lili/modules/goods/serviceimpl/GoodsSkuServiceImpl.java +++ b/framework/src/main/java/cn/lili/modules/goods/serviceimpl/GoodsSkuServiceImpl.java @@ -226,6 +226,11 @@ public class GoodsSkuServiceImpl extends ServiceImpl 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);