@@ -33,7 +33,9 @@
<if test="operationType != null and operationType != ''">and operation_type = #{operationType}</if>
<if test="createName != null and createName != ''">and create_name like concat('%', #{createName}, '%')
</if>
+ and log_content not like '%下载该事件视频%'
</where>
+
order by create_time desc
</select>