‘liusuyi’
2024-03-02 ef412709a533e49235ff2f4775d5385f9646f5e1
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>