feat:门店经纬度更新
This commit is contained in:
@@ -242,6 +242,9 @@ public class StoreDao {
|
||||
}
|
||||
|
||||
public Integer batchUpdateAddress(List<StoreDO> storeList){
|
||||
if (CollectionUtils.isEmpty(storeList)){
|
||||
return 0;
|
||||
}
|
||||
return storeMapper.batchUpdateAddress(storeList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user