xinquan-modules/xinquan-meditation/src/main/java/com/xinquan/meditation/controller/client/ClientMeditationReportController.java
@@ -89,6 +89,7 @@ record.setUid(record.getId()+""); MeditationQuestion byId1 = meditationQuestionService.getById(record.getQuestionId()); if (byId1!=null){ record.setLikeCount(byId1.getLikeCount()); record.setContent(byId1.getContent()); LocalDateTime replyTime = byId1.getCreateTime(); record.setContentTime(replyTime.format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")));