|
|
@ -537,8 +537,10 @@ public class ArticleServiceImpl extends BaseServiceImpl<ArticleDao, ArticleEntit |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
//2.1:批量更新发布范围表数据
|
|
|
|
articlePublishRangeService.updateBatchById(offLineList); |
|
|
|
if(!CollectionUtils.isEmpty(offLineList)){ |
|
|
|
//2.1:批量更新发布范围表数据
|
|
|
|
articlePublishRangeService.updateBatchById(offLineList); |
|
|
|
} |
|
|
|
|
|
|
|
//3:根据是否全部下线更新文章主表数据
|
|
|
|
ArticleEntity entity = new ArticleEntity(); |
|
|
|