소스 검색

事件日志下载视频不显示

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>