删除评论校验修复

This commit is contained in:
tianfeng 2026-02-04 16:39:36 +08:00
parent 373cc4f486
commit 57018908aa

View File

@ -54,7 +54,7 @@ public class DynamicCommentDelCmdExe {
//评论点赞数量
if (Objects.nonNull(comment.getRootCommentId())) {
if (Objects.isNull(comment.getRootCommentId())) {
return deleteAllComment(cmd, comment);
}