分支
用户 hcong <1050828145@qq.com>
星期一, 十二月 23, 2024 03:57 +0000
提交者 hcong <1050828145@qq.com>
星期一, 十二月 23, 2024 03:57 +0000
提交fcefe41e05439f548a58c7e5b6aa6e58f7b80ada
目录 288d923270e5b816d44c84195db1cea5692f70c1 目录 | zip | gz
上一版本 b3e273990fda27b68dfcf2c7f9d78311a5279885 查看 | 对比
1. 新增接口网格数据excel模板、网格数据excel导入 2. 接口解析网格数据抛出相关excel报错信息 3. FileExchange.kt新增excel转换到GridDataDetail列表方法 4. 新增导入excel的单元测试代码
已修改8个文件
已添加10个文件
388 ■■■■■ 文件已修改
src/main/kotlin/com/flightfeather/uav/common/utils/FileExchange.kt 47 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/entity/GridData.java 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/mapper/GridDataDetailMapper.kt 4 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/repository/SatelliteGridRep.kt 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/bean/GridDataImportResult.kt 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/service/SatelliteTelemetryService.kt 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/service/impl/SatelliteTelemetryServiceImpl.kt 71 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/web/SatelliteTelemetryController.kt 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/GridDataDetailMapper.xml 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/templates/GridData-PM2.5-Template.xlsx 对比 | 查看 | 原始文档 | blame | 历史
src/test/kotlin/com/flightfeather/uav/common/utils/FileExchangeTest.java 198 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/resources/templates/GridData-1_type_error.xlsx 对比 | 查看 | 原始文档 | blame | 历史
src/test/resources/templates/GridData-2_type_error.xlsx 对比 | 查看 | 原始文档 | blame | 历史
src/test/resources/templates/GridData-fileType-error.txt 对比 | 查看 | 原始文档 | blame | 历史
src/test/resources/templates/GridData-index_out.xlsx 对比 | 查看 | 原始文档 | blame | 历史
src/test/resources/templates/GridData-index_short.xlsx 对比 | 查看 | 原始文档 | blame | 历史
src/test/resources/templates/GridData-success-insert.xlsx 对比 | 查看 | 原始文档 | blame | 历史
src/test/resources/templates/GridData-success-update.xlsx 对比 | 查看 | 原始文档 | blame | 历史