提交 8112d888 编写于 作者: minghao.wu's avatar minghao.wu

fix: 时间显示使用更新时间

上级 13cca126
...@@ -318,7 +318,7 @@ public class CHCAnalysisServiceImpl implements CHCAnalysisService { ...@@ -318,7 +318,7 @@ public class CHCAnalysisServiceImpl implements CHCAnalysisService {
replyDto.setPostTitle(doctor.getTitle()); replyDto.setPostTitle(doctor.getTitle());
replyDto.setHospital(doctor.getHospital()); replyDto.setHospital(doctor.getHospital());
replyDto.setContent(reply.getContent()); replyDto.setContent(reply.getContent());
replyDto.setReplayTime(DateUtils.fromNow(reply.getCreatedTime())); replyDto.setReplayTime(DateUtils.fromNow(reply.getModifiedTime()));
replyDto.setStarCount(starRecordMapper.selectStarCountByReplyId(reply.getId())); replyDto.setStarCount(starRecordMapper.selectStarCountByReplyId(reply.getId()));
StarRecord starRecord = new StarRecord(); StarRecord starRecord = new StarRecord();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册