2 Revize 5a9ae2008b ... 00fa647314

Autor SHA1 Zpráva Datum
  fangqing 00fa647314 Merge remote-tracking branch 'origin/dev' into dev před 2 týdny
  fangqing 77273d017c 优化推荐代码 před 2 týdny

+ 1 - 1
ruoyi-generator/src/main/java/com/ruoyi/generator/service/CommunityArticleServiceImpl.java

@@ -147,7 +147,7 @@ public class CommunityArticleServiceImpl extends ServiceImpl<CommunityArticleMap
         //找出板块下的分类
         List<Long> classIds = communityArticle.getClassIds();
         System.out.println("classIds: " + classIds);
-        if (classIds != null && classIds.contains(19L)) { // Check for null and then use contains()
+        if (classIds != null && classIds.contains(0L)) { // Check for null and then use contains()
             classIds = null;
             searchType = 3;
         }