wlzboy
2026-03-31 61c4c3f45e4257e2e7662f033e2719e62366c632
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<>();