|
@@ -279,9 +279,6 @@ public class GoodsController extends AbstractController{
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
params.put("goodsId", Integer.valueOf(goodsEntity.getId()));
|
|
|
List<GoodsGalleryEntity> list = goodsGalleryService.queryList(params);
|
|
|
- //获取图片列表
|
|
|
- imageList.add(goodsEntity.getPrimaryPicUrl());
|
|
|
-
|
|
|
if(!CollectionUtils.isEmpty(list)){
|
|
|
for(GoodsGalleryEntity galleryEntity : list){
|
|
|
imageList.add(galleryEntity.getImgUrl());
|