0227海宁pad走访+行政区划编码定时任务修改

This commit is contained in:
2026-02-27 16:50:42 +08:00
parent acd6c38ae2
commit 194c3712f8
11 changed files with 118 additions and 17 deletions

View File

@@ -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 &lt; 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">