|
|
@@ -344,6 +344,9 @@
|
|
|
<if test="configId != null and configId != ''">
|
|
|
and t.config_id = #{configId}
|
|
|
</if>
|
|
|
+ <if test="deleteFlag != null and deleteFlag != ''">
|
|
|
+ and t.operate = 'DEL'
|
|
|
+ </if>
|
|
|
and t.community_id = #{communityId}
|
|
|
</select>
|
|
|
|
|
|
@@ -376,6 +379,9 @@
|
|
|
<if test="configId != null and configId != ''">
|
|
|
and t.config_id = #{configId}
|
|
|
</if>
|
|
|
+ <if test="deleteFlag != null and deleteFlag != ''">
|
|
|
+ and t.operate = 'DEL'
|
|
|
+ </if>
|
|
|
and t.community_id = #{communityId}
|
|
|
order by t.create_time desc,t.operate
|
|
|
<if test="page != -1 and page != null ">
|