fuliqi
2025-01-07 e23edcf2619ad46fd77a710fca6c21de78234bc0
ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml
@@ -701,7 +701,7 @@
        select m.ip,m.serial_number as no,p.id as pointId,p.province_tag_video,p.province_tag_car,p.province_tag_face,p.dept_tag,p.important_tag,p.important_command_image_tag
        from t_monitor m
        left join t_yw_point p on m.serial_number = p.serial_number
        where m.ip in
        where p.examine_status = 1 and m.ip in
        <foreach collection="ipList" item="ip" separator="," close=")" open="(">
            #{ip}
        </foreach>