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>