‘liusuyi’
2024-02-29 133098a6f81de1de99cb0a5c829b7d1b39105e84
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>