From 9c315b4dbbb9f25d5373d1f228ed441a4e8ccbf7 Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期四, 12 十二月 2024 15:31:00 +0800
Subject: [PATCH] 1. 数据产品中间结果基本信息和具体信息入库

---
 src/test/kotlin/cn/flightfeather/supervision/business/location/LocationRoadNearbyTest.kt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/test/kotlin/cn/flightfeather/supervision/business/location/LocationRoadNearbyTest.kt b/src/test/kotlin/cn/flightfeather/supervision/business/location/LocationRoadNearbyTest.kt
index 2fed9ec..fd5ce33 100644
--- a/src/test/kotlin/cn/flightfeather/supervision/business/location/LocationRoadNearbyTest.kt
+++ b/src/test/kotlin/cn/flightfeather/supervision/business/location/LocationRoadNearbyTest.kt
@@ -204,4 +204,13 @@
 //        val d = CoordinateUtil.calculateDistance(121.436109, 31.178198, 121.426483, 31.177637)
 //        println(d)
     }
+
+    @Test
+    fun foo3(){
+        val locationDistance = LocationDistance(scenseMapper)
+        val bList = listOf(
+            BasePlace("閲戝北澶ч亾2000鍙�", Pair(121.3404, 30.744262), Pair(121.3404, 30.744262)),
+        )
+        locationDistance.searchList(bList, "閲戝北鍖�")
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3