|
@@ -12,7 +12,7 @@
|
|
|
left join community_comment_reply b on a.id = b.comment_id
|
|
|
where a.article_id = #{articleId} and b.is_delete != 1) as replyCount
|
|
|
from community_article_comment c
|
|
|
- where c.article_id = #{articleId}) as d
|
|
|
+ where c.article_id = #{articleId} and c.is_delete != 1 ) as d
|
|
|
</select>
|
|
|
|
|
|
<select id="queryCommentReplyCount" resultType="java.lang.Integer">
|