feat:门店经纬度更新

This commit is contained in:
suzhuhong
2026-03-29 17:32:38 +08:00
parent 6ed1c893c6
commit 68ce9faf5e
2 changed files with 7 additions and 2 deletions

View File

@@ -242,6 +242,9 @@ public class StoreDao {
}
public Integer batchUpdateAddress(List<StoreDO> storeList){
if (CollectionUtils.isEmpty(storeList)){
return 0;
}
return storeMapper.batchUpdateAddress(storeList);
}
}