删除评论校验修复
This commit is contained in:
parent
373cc4f486
commit
57018908aa
@ -54,7 +54,7 @@ public class DynamicCommentDelCmdExe {
|
||||
|
||||
|
||||
//评论点赞数量
|
||||
if (Objects.nonNull(comment.getRootCommentId())) {
|
||||
if (Objects.isNull(comment.getRootCommentId())) {
|
||||
return deleteAllComment(cmd, comment);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user