From 00ec64bdf38a52b979f709de2e82e9994ed17749 Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期日, 07 七月 2024 21:40:17 +0800 Subject: [PATCH] 1. 新增走航报告异常数据所经路段查询功能 --- src/test/kotlin/com/flightfeather/uav/lightshare/service/impl/RealTimeDataServiceImplTest.kt | 15 --------------- 1 files changed, 0 insertions(+), 15 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 d8b7e78..3c28e3b 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 @@ -1,32 +1,17 @@ package com.flightfeather.uav.lightshare.service.impl -import com.flightfeather.uav.common.utils.DateUtil -import com.flightfeather.uav.common.utils.ExcelUtil -import com.flightfeather.uav.dataprocess.DataProcess -import com.flightfeather.uav.domain.entity.RealTimeData 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.model.epw.EPWDataPrep -import com.flightfeather.uav.repository.AirDataRepository import com.flightfeather.uav.repository.impl.AirDataRepositoryImpl -import com.flightfeather.uav.socket.eunm.UWDeviceType -import com.github.pagehelper.PageHelper -import org.apache.poi.xssf.streaming.SXSSFWorkbook import org.junit.Test -import org.junit.Assert.* import org.junit.runner.RunWith import org.springframework.beans.factory.annotation.Autowired import org.springframework.boot.test.context.SpringBootTest import org.springframework.test.context.junit4.SpringRunner -import tk.mybatis.mapper.entity.Example import java.io.File import java.io.FileOutputStream -import java.util.* -import kotlin.math.atan -import kotlin.math.cos -import kotlin.math.sin @RunWith(SpringRunner::class) @SpringBootTest -- Gitblit v1.9.3