|
@@ -163,7 +163,7 @@ public class CommunityArticleServiceImpl extends ServiceImpl<CommunityArticleMap
|
|
|
|
|
|
//根据分类查找文章
|
|
//根据分类查找文章
|
|
int offset = (pageNum - 1) * pageSize;
|
|
int offset = (pageNum - 1) * pageSize;
|
|
- communityArticleVos = communityArticleMapper.selectCommunityArticleList(communityArticle, classIds, offset, pageSize, searchType);
|
|
|
|
|
|
+ communityArticleVos = communityArticleMapper.selectCommunityArticleList(communityArticle, classIds, offset, pageSize, searchType,userId);
|
|
|
|
|
|
List<CommunityArticleVo> articleVos_copy = new ArrayList<>(communityArticleVos);
|
|
List<CommunityArticleVo> articleVos_copy = new ArrayList<>(communityArticleVos);
|
|
if (noCollection != null){
|
|
if (noCollection != null){
|