xueyiming 8 miesięcy temu
rodzic
commit
9a11b78ae5

+ 1 - 1
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/impl/PlanServiceImpl.java

@@ -55,7 +55,7 @@ public class PlanServiceImpl {
             param.setPageNum(pageNum);
             LongArticleSystemContentVO longArticleSystemContentVO1 = listWaitingMatchMiniprogramContents(param);
             if (longArticleSystemContentVO1 != null && !CollectionUtils.isEmpty(longArticleSystemContentVO.getContentItemList())) {
-                longArticleSystemContentVO.getContentItemList().addAll(longArticleSystemContentVO.getContentItemList());
+                longArticleSystemContentVO.getContentItemList().addAll(longArticleSystemContentVO1.getContentItemList());
             }
         }
         return longArticleSystemContentVO;