ard-work/src/main/resources/mapper/device/ArdCamerasMapper.xml
@@ -282,6 +282,9 @@ where dept_id = #{deptId} </select> <select id="checkCameraIpAndPortUnique" resultMap="ArdCamerasResult"> select * from ard_cameras where ip=#{ip} and port=#{port} limit 1 select * from ard_cameras where ip = #{ip} and port = #{port} limit 1 </select> </mapper>