feiyu02
2024-12-16 b3e273990fda27b68dfcf2c7f9d78311a5279885
src/main/kotlin/com/flightfeather/uav/repository/impl/AirDataRepositoryImpl.kt
@@ -97,6 +97,7 @@
                realTimeDataGridMapper.insert(d)
                count++
            }
            else -> Unit
        }
        return count
    }
@@ -123,6 +124,7 @@
                    realTimeDataGridMapper.insert(d)
                    count++
                }
                else -> Unit
            }
        }
        return count
@@ -202,6 +204,7 @@
                UWDeviceType.BOAT -> {
                }
                else -> Unit
            }
        }
        return count