提交 d1c06195 编写于 作者: S smileNicky

Merge remote-tracking branch 'origin/1.0.0'

......@@ -76,8 +76,6 @@ public class ArticleAdminController extends BaseController{
article.setArticleContent(content);
article.setArticleTime(new Date());
article.setTypeId(typeId);
//ArticleSort articleSort = this.articleSortService.getArticleSort(typeId);
//article.setArticleSort(articleSort);
JSONObject result = new JSONObject();
try {
this.articleService.saveOrUpdateArticle(article);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册