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