feat:门店经纬度更新
This commit is contained in:
@@ -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