1231231231231231312312

This commit is contained in:
Zhang HaoYang 2023-12-29 01:47:05 +08:00
parent d39c308250
commit 2811895fc1

View File

@ -183,6 +183,7 @@ public class CommentServiceImpl implements CommentService {
{ {
String child = commentDao.queryChildId(commentId); String child = commentDao.queryChildId(commentId);
System.out.println(child);
if(child == null) if(child == null)
{ {
commentDao.deleteByPrimaryKey(commentId); commentDao.deleteByPrimaryKey(commentId);