|
@@ -146,6 +146,11 @@ public class CommunityArticleServiceImpl extends ServiceImpl<CommunityArticleMap
|
|
|
List<CommunityArticleVo> communityArticleVos = null;
|
|
|
//找出板块下的分类
|
|
|
List<Long> classIds = communityArticle.getClassIds();
|
|
|
+ System.out.println("classIds: " + classIds);
|
|
|
+ if (classIds != null && classIds.contains(0L)) { // Check for null and then use contains()
|
|
|
+ searchType = 3;
|
|
|
+ }
|
|
|
+
|
|
|
Long id = communityArticle.getId();
|
|
|
List<Long> articleIds = communityArticle.getArticleIds();
|
|
|
Integer pageTagType = communityArticle.getPageTagType();
|