燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-07-14 ccfad20d633ce1822ba3a9086883723d783edb44
src/main/resources/mapper/LocationMapper.xml
@@ -16,9 +16,9 @@
    <select id="selectByXY" resultMap="locationResult">
        <include refid="locationSql"></include>
        <where>
            lon between (#{x} - 0.000045) and (#{x} + 0.000045)
            lon between (#{x} - 0.00009) and (#{x} + 0.00009)
            and
            lat between (#{y} - 0.000045) and (#{y} + 0.000045)
            lat between (#{y} - 0.00009) and (#{y} + 0.00009)
        </where>
    </select>