0227海宁pad走访+行政区划编码定时任务修改
This commit is contained in:
@@ -90,9 +90,12 @@
|
||||
<select id="selectLngAndLat" resultType="CustMapVO">
|
||||
select id,longitude,latitude
|
||||
from cust_info_radar
|
||||
where code is null and longitude is not null and latitude is not null
|
||||
-- and id < 20000
|
||||
limit #{offset}, #{limit}
|
||||
where code is null
|
||||
and longitude is not null
|
||||
and latitude is not null
|
||||
and id > #{lastId}
|
||||
order by id
|
||||
limit #{limit}
|
||||
</select>
|
||||
|
||||
<update id="saveCodeToCustMap">
|
||||
|
||||
Reference in New Issue
Block a user