From e923f06d572c9a0e3b1eb2c54471af02c9d95bcf Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 18 十二月 2025 10:05:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main/kotlin/com/flightfeather/uav/biz/dataprocess/RoadSegment.kt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/kotlin/com/flightfeather/uav/biz/dataprocess/RoadSegment.kt b/src/main/kotlin/com/flightfeather/uav/biz/dataprocess/RoadSegment.kt
index 837c393..8e21070 100644
--- a/src/main/kotlin/com/flightfeather/uav/biz/dataprocess/RoadSegment.kt
+++ b/src/main/kotlin/com/flightfeather/uav/biz/dataprocess/RoadSegment.kt
@@ -63,7 +63,7 @@
                 districtName = address.district
                 townCode = address.towncode
                 towmName = address.township
-                street = address.street
+                street = address.address
             })
         }
         // 缁撴灉鍏ュ簱
@@ -97,7 +97,7 @@
     private fun saveResult(segmentInfoList:List<SegmentInfo>) {
         val res = mutableListOf<SegmentInfo>()
         segmentInfoList.forEach { s ->
-            // 鍒ゆ柇褰撳墠璁板綍鍜屼笂涓褰曟槸鍚︽暟鎹悓涓�鏉¢亾璺�
+            // 鍒ゆ柇褰撳墠璁板綍鍜屼笂涓褰曟槸鍚﹀睘浜庡悓涓�鏉¢亾璺�
             if (res.isNotEmpty()) {
                 val lastOne = res.last()
                 // 鑻ュ睘浜庡悓涓�閬撹矾锛屽悎骞�

--
Gitblit v1.9.3