ard-work/src/main/resources/mapper/device/ArdCamerasMapper.xml
@@ -281,7 +281,10 @@ 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 id="checkCameraIpAndPortUnique" resultMap="ArdCamerasResult"> select * from ard_cameras where ip = #{ip} and port = #{port} limit 1 </select> </mapper> </mapper>