|
@ -1105,7 +1105,7 @@ public class JMJkEduArticleService extends BaseService {
|
|
article = thirdJkEduArticleService.getArticalById(one.getArticleId(),"");
|
|
article = thirdJkEduArticleService.getArticalById(one.getArticleId(),"");
|
|
heapm = new HealthEduArticlePatientModel();
|
|
heapm = new HealthEduArticlePatientModel();
|
|
heapm.setSendName(one.getSendName());
|
|
heapm.setSendName(one.getSendName());
|
|
heapm.setSendCode(one.getDoctorCode());
|
|
|
|
|
|
heapm.setSendCode(one.getSendCode());
|
|
heapm.setCreateTime(DateUtil.dateToStrLong(one.getCreateTime()));
|
|
heapm.setCreateTime(DateUtil.dateToStrLong(one.getCreateTime()));
|
|
heapm.setArticleId(article.getString("articleId"));
|
|
heapm.setArticleId(article.getString("articleId"));
|
|
heapm.setAttachedTitle(article.getString("articleTitle"));
|
|
heapm.setAttachedTitle(article.getString("articleTitle"));
|
|
@ -1124,7 +1124,7 @@ public class JMJkEduArticleService extends BaseService {
|
|
heapm.setSendType(one.getSendType());//发送类型
|
|
heapm.setSendType(one.getSendType());//发送类型
|
|
heapm.setIsread(String.valueOf(one.getIsRead()));//已读未读标识,1已读,2未读
|
|
heapm.setIsread(String.valueOf(one.getIsRead()));//已读未读标识,1已读,2未读
|
|
heapm.setLeaveWords(one.getLeaveWords());//医生留言
|
|
heapm.setLeaveWords(one.getLeaveWords());//医生留言
|
|
doctor = doctorDao.findByCode(one.getDoctorCode());
|
|
|
|
|
|
doctor = doctorDao.findByCode(one.getSendCode());
|
|
heapm.setPhoto(doctor.getPhoto());
|
|
heapm.setPhoto(doctor.getPhoto());
|
|
result.add(heapm);
|
|
result.add(heapm);
|
|
// heapm.setTime();//时间 xx小时前 2017-10-11
|
|
// heapm.setTime();//时间 xx小时前 2017-10-11
|