소스 검색

更新计划

xueyiming 11 달 전
부모
커밋
9a11b78ae5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/impl/PlanServiceImpl.java

+ 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;