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>