wlzboy
3 天以前 8cb5d3440208a3be3e772e65f1bd0ec63031ba62
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;