Commit f3032761 by xiaoer.li@freemud.com

换购券提示-fix

parent ebc33fb2
...@@ -201,7 +201,7 @@ public class ItemServiceImpl implements ItemService { ...@@ -201,7 +201,7 @@ public class ItemServiceImpl implements ItemService {
String picture = CollectionUtils.isNotEmpty(product.getProductPictureList()) String picture = CollectionUtils.isNotEmpty(product.getProductPictureList())
? product.getProductPictureList().get(0).getUrl() : product.getPicture(); ? product.getProductPictureList().get(0).getUrl() : product.getPicture();
getProductsVo.setSpuPicture(picture); getProductsVo.setSpuPicture(picture);
getProductsVo.setStatus(product.getStatus()); //getProductsVo.setStatus(product.getStatus());
resultMap.put(skuProductBean.getSkuId(), getProductsVo); resultMap.put(skuProductBean.getSkuId(), getProductsVo);
} }
}); });
......
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