提交 f9639aca authored 作者: 000516's avatar 000516

更新全部

上级 25f1e924
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<!-- 修改 limit 数量--> <!-- 修改 limit 数量-->
<select id="selectBaseO" resultMap="LsDisStoreBase"> <select id="selectBaseO" resultMap="LsDisStoreBase">
select lds_if,re_province,re_city,outlet_address,outlet_name select lds_if,re_province,re_city,outlet_address,outlet_name
from ls_dis_store where lds_if &gt; #{lastId} and lds_if &lt;= 500000 and re_area is null and lng is null and outlet_address is not null limit 1000; from ls_dis_store where lds_if &gt; #{lastId} and lds_if &lt;= 500000 and re_area is null and lng is null limit 1000;
</select> </select>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<select id="selectBaseT" resultMap="LsDisStoreBase"> <select id="selectBaseT" resultMap="LsDisStoreBase">
select lds_if,re_province,re_city,outlet_address,outlet_name select lds_if,re_province,re_city,outlet_address,outlet_name
from ls_dis_store where lds_if &gt; #{lastId} and lds_if &lt;= 1000000 and re_area is null and lng is null and outlet_address is not null limit 1000; from ls_dis_store where lds_if &gt; #{lastId} and lds_if &lt;= 1000000 and re_area is null and lng is null limit 1000;
</select> </select>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<select id="selectBaseS" resultMap="LsDisStoreBase"> <select id="selectBaseS" resultMap="LsDisStoreBase">
select lds_if,re_province,re_city,outlet_address,outlet_name select lds_if,re_province,re_city,outlet_address,outlet_name
from ls_dis_store where lds_if &gt; #{lastId} and lds_if &lt;= 1537130 and re_area is null and lng is null and outlet_address is not null limit 1000; from ls_dis_store where lds_if &gt; #{lastId} and lds_if &lt;= 1537130 and re_area is null and lng is null limit 1000;
</select> </select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论