@@ -60,7 +60,7 @@ export class CommentService {
const childList = await this.commentRepository.createQueryBuilder()
.where({
- id: In(ids),
+ rootCommentId: In(ids),
}).getMany();
childList.forEach(comment => {