81,116
社区成员
发帖
与我相关
我的任务
分享String hql = "delete from Comment bean where bean.parent.id in (select c.id from Comment c where c.user.id=?)";delete from Comment bean where bean.parent.id in (select temp.id from (select c.id from Comment c) temp where temp.user.id=?))