Authored by 张帅

fix

... ... @@ -825,6 +825,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService {
grassArticleLabel.setCreateTime(System.currentTimeMillis());
grassArticleLabelDao.updateByPrimaryKeySelective(grassArticleLabel);
clearArticleNewCache(articleId);
timerArticlePushJob.removeTimerArticleJob(articleId);
logger.info("updateArticle updateByPrimaryKeySelective success! type={}", type);
//后台文章发布成功需要给被at的用户发送站内信通知
sendInBoxForAtUsers(articleId,grassArticle.getAuthorUid(),false);
... ...