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