Commit 2ec68010 authored by Liang Ding's avatar Liang Ding

🐛 #12652

parent 509fe3e0
......@@ -181,7 +181,7 @@ public class B3Receiver {
article.put(Article.ARTICLE_VIEW_PWD, "");
final String content = article.getString(Article.ARTICLE_CONTENT);
article.put(Article.ARTICLE_CONTENT, content);
articleMgmtService.addArticle(requestJSONObject);
articleMgmtService.addArticle(article);
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment