Browse Source

代码优化

ldz 3 tháng trước cách đây
mục cha
commit
a971f26bf9

+ 1 - 0
alien-store/src/main/java/shop/alien/store/service/impl/StoreOfficialAlbumServiceImpl.java

@@ -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;
         }
 
         // 默认返回空结果