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