|  | @@ -242,7 +242,7 @@ public class ArticleCategoryService {
 | 
											
												
													
														|  |      private void addVideoPoolArticleCategory() {
 |  |      private void addVideoPoolArticleCategory() {
 | 
											
												
													
														|  |          List<ArticleCategory> saveList = new ArrayList<>();
 |  |          List<ArticleCategory> saveList = new ArrayList<>();
 | 
											
												
													
														|  |          // 查找所有待处理视频内容池内容
 |  |          // 查找所有待处理视频内容池内容
 | 
											
												
													
														|  | -        List<PublishSingleVideoSource> dealList = articleCategoryMapper.getVideoPoolArticleCategoryDealList();
 |  | 
 | 
											
												
													
														|  | 
 |  | +        List<PublishSingleVideoSource> dealList = articleCategoryMapper.getVideoPoolArticleCategoryDealList(activeVersion);
 | 
											
												
													
														|  |          if (CollectionUtils.isEmpty(dealList)) {
 |  |          if (CollectionUtils.isEmpty(dealList)) {
 | 
											
												
													
														|  |              return;
 |  |              return;
 | 
											
												
													
														|  |          }
 |  |          }
 |