|
@@ -236,6 +236,7 @@ public class StoreOfficialAlbumServiceImpl extends ServiceImpl<StoreOfficialAlbu
|
|
|
List<StoreImg> imgList = storeImgService.getByCover(storeId, 4);
|
|
List<StoreImg> imgList = storeImgService.getByCover(storeId, 4);
|
|
|
StoreOfficialAlbumImgVo result = new StoreOfficialAlbumImgVo();
|
|
StoreOfficialAlbumImgVo result = new StoreOfficialAlbumImgVo();
|
|
|
result.setImgList(imgList);
|
|
result.setImgList(imgList);
|
|
|
|
|
+ return result;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 默认返回空结果
|
|
// 默认返回空结果
|