Authored by 张帅

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

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