wlzboy
2026-03-31 61c4c3f45e4257e2e7662f033e2719e62366c632
ruoyi-system/src/main/java/com/ruoyi/system/config/MapServiceConfiguration.java
@@ -41,7 +41,7 @@
    @Primary
    public IMapService mapService() {
        String provider = mapServiceConfig.getProvider();
        logger.info("使用的地图服务进行地理编码:{}",provider);
        if ("tianditu".equalsIgnoreCase(provider)) {
            logger.info("使用天地图服务进行地理编码");
            return tiandituMapService;