| | |
| | | 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 com.flightfeather.uav.domain.repository.impl.AirDataRepImpl |
| | | 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 |
| | |
| | | @Autowired |
| | | lateinit var realTimeDataVehicleMapper: RealTimeDataVehicleMapper |
| | | |
| | | @Autowired |
| | | lateinit var airDataRepository: AirDataRepositoryImpl |
| | | |
| | | @Test |
| | | fun outToExcel() { |
| | |
| | | } |
| | | println("当前页数:$page") |
| | | res.data?.forEach {vo -> |
| | | val d = RealTimeDataVehicle() |
| | | airDataRepository.dataTransform(vo, d) |
| | | val d = vo.toBaseRealTimeData(RealTimeDataVehicle::class.java) |
| | | realTimeDataVehicleMapper.insert(d) |
| | | count++ |
| | | } |