添加回复comment的comment之后,请求action在跳转到页面,最新回复的comment.comment.content值为空,但是comment.comment不为空
原因:
前端
<input type="hidden" name="comment.comment.id" value="${comment.id}"/>
提交之后
后端需要,先查后set到comment
comment.setComment(commentservice.findById(comment.getComment().getId()));