@ -72,7 +72,7 @@
FROM
epdc_topic_comment
WHERE
DEL_FLAG = '0'
DEL_FLAG = '0' and SHIELD_FLAG='0'
AND TOPIC_ID = #{topicId}
</select>