zhangnaisong
2024-03-01 bc4aabbf586d71cf6e1f1a26e7f357c9dfe2019a
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>