wlzboy
2025-12-30 a4b14a35a2209a30e53472e6333b13aa4a55b0eb
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/VehicleGpsController.java
@@ -1349,7 +1349,9 @@
            }
            JSONArray results = jsonResponse.getJSONArray("pois");
            if(results==null|| results.isEmpty()){
                return AjaxResult.error("未找到匹配的地址");
            }
            
            // 构建返回结果
            List<Map<String, Object>> suggestions = new ArrayList<>();