liusuyi
2023-06-02 bcecd69be3fb0d64e0a692ce328ca7b1f44dedf3
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>