Authored by 张帅

管理列表编辑文章清理前台缓存

@@ -640,6 +640,8 @@ public class GrassArticleServiceImpl implements IGrassArticleService { @@ -640,6 +640,8 @@ public class GrassArticleServiceImpl implements IGrassArticleService {
640 } catch (Exception e) { 640 } catch (Exception e) {
641 logger.warn("publishArticle ,grassArticleTopicDao insertArticleTopic error, uid is {}, e is {}", req.getAuthorUid(), e); 641 logger.warn("publishArticle ,grassArticleTopicDao insertArticleTopic error, uid is {}, e is {}", req.getAuthorUid(), e);
642 } 642 }
  643 + clearArticleNewCache(articleId);
  644 +
643 } 645 }
644 646
645 //审核 通过--不通过 647 //审核 通过--不通过