浏览代码

事件日志下载视频不显示

majunqi 1 年之前
父节点
当前提交
c580b912b7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/main/resources/mapper/centereventtfirelog/CentereventTFireLogMapper.xml

+ 2 - 0
src/main/resources/mapper/centereventtfirelog/CentereventTFireLogMapper.xml

@@ -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>