|
@ -131,6 +131,8 @@ public class HealthEduArticleController extends BaseController {
|
|
|
json.put("title", healthEduArticlePatient.getTitle());
|
|
|
// 文章内容
|
|
|
json.put("content", healthEduArticlePatient.getContent());
|
|
|
|
|
|
json.put("url", healthEduArticlePatient.getUrl());
|
|
|
// 添加日期
|
|
|
json.put("czrq", DateUtil.dateToStrLong(healthEduArticlePatient.getCzrq()));
|
|
|
int readAmount = healthEduArticleOpHistoryService.countReadAmount(healthEduArticlePatient.getArticle());
|