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