fix: 获取留言修复
This commit is contained in:
parent
5249bfe1f4
commit
a2d4095e5c
@ -164,6 +164,7 @@ public class commentController {
|
||||
comment.setPostId(postId);
|
||||
comment.setContent(content);
|
||||
comment.setUserId(loginUser.getId());
|
||||
comment.setIsDelete(0);
|
||||
|
||||
|
||||
// 6. 保存评论
|
||||
|
Loading…
x
Reference in New Issue
Block a user