src/main/kotlin/com/flightfeather/uav/lightshare/service/impl/SatelliteTelemetryServiceImpl.kt
@@ -44,6 +44,10 @@ return DataHead(pageInfo.pageNum, pageInfo.pages) to res } override fun deleteGridGroup(groupId: Int) { satelliteGridRep.deleteGridGroup(groupId) } override fun fetchGridCell(groupId: Int): List<GridCell?> { return satelliteGridRep.fetchGridCell(groupId) } @@ -72,7 +76,7 @@ // 1. 根据数据主键id数组,查询该组合下是否已有数据融合记录 val exist = satelliteGridRep.fetchGridData(GridData().apply { type = 1 mixDataId = dataIdList.joinToString(",") mixDataId = dataIdList.sorted().joinToString(",") }) // 2. 若融合数据已存在,直接返回 return exist.ifEmpty {