商品详情 图片展示
首页排序
This commit is contained in:
@@ -187,7 +187,9 @@ public class TbProductServiceImpl implements TbProductService {
|
||||
}
|
||||
BeanUtils.copyProperties(tbProduct, tbProductVo);
|
||||
if(!org.apache.commons.lang3.StringUtils.isBlank(tbProduct.getImages())){
|
||||
tbProductVo.setImages(ListUtil.stringChangeStringList(tbProduct.getImages()));
|
||||
tbProductVo.setImages(ListUtil.stringChangeList(tbProduct.getImages()));
|
||||
}else{
|
||||
tbProductVo.setImages(new JSONArray());
|
||||
}
|
||||
HashMap<String, String> map = new HashMap<>();
|
||||
//商品规格
|
||||
|
||||
Reference in New Issue
Block a user