|
@ -970,6 +970,7 @@ public class ArticleServiceImpl extends BaseServiceImpl<ArticleDao, ArticleEntit |
|
|
ArticleEntity articleEntity = this.publishDraftToArticle(draft); |
|
|
ArticleEntity articleEntity = this.publishDraftToArticle(draft); |
|
|
UpdateCustomerTagCacheDTO updateCustomerTagCacheDTO = this.updateCustomerTag(tokenDto, draftId); |
|
|
UpdateCustomerTagCacheDTO updateCustomerTagCacheDTO = this.updateCustomerTag(tokenDto, draftId); |
|
|
List<UpdateGridTagCacheDTO> updateGridTagCacheDTOS = this.updateGridTag(tokenDto, draftId, updateCustomerTagCacheDTO); |
|
|
List<UpdateGridTagCacheDTO> updateGridTagCacheDTOS = this.updateGridTag(tokenDto, draftId, updateCustomerTagCacheDTO); |
|
|
|
|
|
this.addArticleTags(updateCustomerTagCacheDTO,draftId,tokenDto); |
|
|
|
|
|
|
|
|
//更新redis
|
|
|
//更新redis
|
|
|
try { |
|
|
try { |
|
|