Authored by liangyi.chen@yoho.cn

修复定时发布字段过长

... ... @@ -1397,6 +1397,9 @@ public class GrassArticleServiceImpl implements IGrassArticleService {
logger.info("timerPublish insert grass article content success, ariticle id is {}, contentList size is {}", article.getId(), contentList.size());
} catch (Exception e) {
logger.warn("timerPublish insert article images fail,ariticle id is {}, e is {}", article.getId(), e);
article.setAuthStatus(3);
grassArticleDao.updateByPrimaryKeySelective(article);
throw new PlatformException("article content too long", 409);
}
try {
... ...