无关风月
2024-12-31 0c51a577db337520452022d9d6a22b720ef858d4
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")));