From bcecd69be3fb0d64e0a692ce328ca7b1f44dedf3 Mon Sep 17 00:00:00 2001 From: liusuyi <13324259@qq.com> Date: 星期五, 02 六月 2023 19:08:34 +0800 Subject: [PATCH] 优化 --- ard-work/src/main/resources/mapper/inspect/ArdVideoInspectTaskMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ard-work/src/main/resources/mapper/inspect/ArdVideoInspectTaskMapper.xml b/ard-work/src/main/resources/mapper/inspect/ArdVideoInspectTaskMapper.xml index c9fcb84..f98fe8e 100644 --- a/ard-work/src/main/resources/mapper/inspect/ArdVideoInspectTaskMapper.xml +++ b/ard-work/src/main/resources/mapper/inspect/ArdVideoInspectTaskMapper.xml @@ -47,6 +47,7 @@ <where> <if test="taskName != null and taskName != ''"> and task_name like '%'||#{taskName}||'%'</if> <if test="inspectMode != null and inspectMode != ''"> and inspect_mode = #{inspectMode}</if> + <if test="menualSwitch != null and inspectMode != ''">and menual_switch= #{menualSwitch}</if> <if test="cameraId != null and cameraId != ''"> and camera_id = #{cameraId}</if> <if test="channel != null "> and channel = #{channel}</if> </where> -- Gitblit v1.9.3