feat:门店经纬度更新
This commit is contained in:
@@ -390,7 +390,7 @@
|
|||||||
and store_num = #{storeCode}
|
and store_num = #{storeCode}
|
||||||
</if>
|
</if>
|
||||||
<if test="flag==null">
|
<if test="flag==null">
|
||||||
and `city` is not null and county is null
|
and (`city` is not null and city!='') and (county is null or county = '' )
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
@@ -321,7 +321,7 @@ public class StoreServiceImpl implements StoreService {
|
|||||||
public Boolean handleStoreLogLai(Integer flag,String specialStoreCode) {
|
public Boolean handleStoreLogLai(Integer flag,String specialStoreCode) {
|
||||||
boolean hasNext = true;
|
boolean hasNext = true;
|
||||||
int pageNum = 1;
|
int pageNum = 1;
|
||||||
int pageSize = 50;
|
int pageSize = 200;
|
||||||
while (hasNext) {
|
while (hasNext) {
|
||||||
PageHelper.startPage(pageNum, pageSize);
|
PageHelper.startPage(pageNum, pageSize);
|
||||||
List<StoreAddressDTO> list = storeDao.getStoreAddress(flag,specialStoreCode);
|
List<StoreAddressDTO> list = storeDao.getStoreAddress(flag,specialStoreCode);
|
||||||
|
|||||||
Reference in New Issue
Block a user