|
@ -250,7 +250,7 @@ public class GcEduArticleService {
|
|
|
|
|
|
|
|
|
//通过文章id 获取文章详情
|
|
|
JSONObject article = healthEducationArticleService.getArticalById(articleId);
|
|
|
JSONObject article = healthEducationArticleService.getArticalById(articleId,"");
|
|
|
|
|
|
healthEduArticlePatient.setArticleId(article.get("articleId") + "");
|
|
|
healthEduArticlePatient.setAttachedTitle(article.get("articleTitle") + "");
|