商品参数返回vo处理
This commit is contained in:
parent
eedea676aa
commit
256d9e240e
@ -227,8 +227,8 @@ public class GoodsSkuServiceImpl extends ServiceImpl<GoodsSkuMapper, GoodsSku> i
|
|||||||
map.put("promotionMap", goodsIndex.getPromotionMap());
|
map.put("promotionMap", goodsIndex.getPromotionMap());
|
||||||
|
|
||||||
//获取参数信息
|
//获取参数信息
|
||||||
if(goodsVO.getGoodsParamsDTOList().size()>0){
|
if (goodsVO.getGoodsParamsDTOList() != null && goodsVO.getGoodsParamsDTOList().size() > 0) {
|
||||||
map.put("goodsParamsDTOList",goodsVO.getGoodsParamsDTOList());
|
map.put("goodsParamsDTOList", goodsVO.getGoodsParamsDTOList());
|
||||||
}
|
}
|
||||||
|
|
||||||
//记录用户足迹
|
//记录用户足迹
|
||||||
|
Loading…
x
Reference in New Issue
Block a user