|
@@ -114,6 +114,7 @@
|
|
<select id="selectCommentIndexList" parameterType="CommentIndex" resultMap="CommentIndexResult">
|
|
<select id="selectCommentIndexList" parameterType="CommentIndex" resultMap="CommentIndexResult">
|
|
<include refid="selectCommentIndexVo"/>
|
|
<include refid="selectCommentIndexVo"/>
|
|
<where>
|
|
<where>
|
|
|
|
+ del_flag = 'N'
|
|
<if test="communityId != null ">and community_id = #{communityId}</if>
|
|
<if test="communityId != null ">and community_id = #{communityId}</if>
|
|
<if test="communityType != null and communityType != ''">and community_type = #{communityType}</if>
|
|
<if test="communityType != null and communityType != ''">and community_type = #{communityType}</if>
|
|
<if test="isRoot != null ">and is_root = #{isRoot}</if>
|
|
<if test="isRoot != null ">and is_root = #{isRoot}</if>
|