From e133600480d5f688a8375db7708fe531b4726f4a Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 07 二月 2025 17:38:38 +0800
Subject: [PATCH] 1. 新增卫星网格拆分、遥测数据拆分映射功能

---
 src/test/kotlin/com/flightfeather/uav/lightshare/service/impl/RealTimeDataServiceImplTest.kt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/kotlin/com/flightfeather/uav/lightshare/service/impl/RealTimeDataServiceImplTest.kt b/src/test/kotlin/com/flightfeather/uav/lightshare/service/impl/RealTimeDataServiceImplTest.kt
index 3c28e3b..1d70ec0 100644
--- a/src/test/kotlin/com/flightfeather/uav/lightshare/service/impl/RealTimeDataServiceImplTest.kt
+++ b/src/test/kotlin/com/flightfeather/uav/lightshare/service/impl/RealTimeDataServiceImplTest.kt
@@ -3,7 +3,7 @@
 import com.flightfeather.uav.domain.entity.RealTimeDataVehicle
 import com.flightfeather.uav.domain.mapper.RealTimeDataVehicleMapper
 import com.flightfeather.uav.lightshare.service.RealTimeDataService
-import com.flightfeather.uav.repository.impl.AirDataRepositoryImpl
+import com.flightfeather.uav.domain.repository.impl.AirDataRepImpl
 import org.junit.Test
 
 import org.junit.runner.RunWith
@@ -24,7 +24,7 @@
     lateinit var realTimeDataVehicleMapper: RealTimeDataVehicleMapper
 
     @Autowired
-    lateinit var airDataRepository: AirDataRepositoryImpl
+    lateinit var airDataRepository: AirDataRepImpl
 
     @Test
     fun outToExcel() {

--
Gitblit v1.9.3