@@ -44,6 +44,7 @@
<select id="selectPostCollectionList" parameterType="PostCollection" resultMap="PostCollectionResult">
<include refid="selectPostCollectionVo"/>
<where>
+ and del_flag = 0
<if test="collectionName != null and collectionName != ''">and collection_name like concat('%',
#{collectionName}, '%')
</if>
@@ -40,6 +40,7 @@
<select id="selectPostSeriesList" parameterType="PostSeries" resultMap="PostSeriesResult">
<include refid="selectPostSeriesVo"/>
<if test="seriesName != null and seriesName != ''">and series_name like concat('%', #{seriesName}, '%')
<if test="collectionCounts != null ">and collection_counts = #{collectionCounts}</if>