feat:门店经纬度更新

This commit is contained in:
suzhuhong
2026-03-29 18:19:57 +08:00
parent 00fa065606
commit 7ad6cc71bb
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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);