diff --git a/src/main/java/ussum/homepage/application/comment/service/dto/request/PostReplyCommentUpdateRequest.java b/src/main/java/ussum/homepage/application/comment/service/dto/request/PostReplyCommentUpdateRequest.java index ce6c415..e5331ed 100644 --- a/src/main/java/ussum/homepage/application/comment/service/dto/request/PostReplyCommentUpdateRequest.java +++ b/src/main/java/ussum/homepage/application/comment/service/dto/request/PostReplyCommentUpdateRequest.java @@ -15,10 +15,11 @@ public PostReplyComment toDomain(PostReplyComment postReplyComment, Long userId) postReplyComment.getCommentId(), userId, DateUtils.parseHourMinSecFromCustomString(postReplyComment.getCreatedAt()), + DateUtils.parseHourMinSecFromCustomString(postReplyComment.getUpdatedAt()), LocalDateTime.now(), - DateUtils.parseHourMinSecFromCustomString(postReplyComment.getLastEditedAt()), postReplyComment.getIsDeleted(), DateUtils.parseHourMinSecFromCustomString(postReplyComment.getDeletedAt()) ); } + } \ No newline at end of file