|
|
@ -870,7 +870,7 @@ public class ArticleServiceImpl extends BaseServiceImpl<ArticleDao, ArticleEntit |
|
|
|
rangeToInsert.setArticleId(article.getId()); |
|
|
|
rangeToInsert.setId(null); |
|
|
|
articlePublishRangeDao.insert(rangeToInsert); |
|
|
|
articlePublishRangeDao.updateById(range); |
|
|
|
draftPublishRangeDao.updateById(range); |
|
|
|
}); |
|
|
|
if(null != draftCover){ |
|
|
|
//draftCover.setAuditStatus(ModuleConstant.AUDIT_STATUS_PASS);
|
|
|
|