|
|
@@ -230,7 +230,7 @@ public class AlbumService {
|
|
|
AlbumInfo albumInfo = new AlbumInfo(postAlbum);
|
|
|
int postType = postAlbum.getPostType();
|
|
|
int total = albumRepository.countPostItem(albumId);
|
|
|
- Page page1 = new Page(1, 100);
|
|
|
+ Page page1 = new Page(1, 1000);
|
|
|
List<PostItem> items = albumRepository.getPostItems(page1, albumId);
|
|
|
List<String> contentIds = items.stream().map(PostItem::getPostId).collect(Collectors.toList());
|
|
|
AlbumItem albumItem;
|