Explorar o código

事件日志下载视频不显示

majunqi hai 1 ano
pai
achega
c580b912b7

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