feiyu02
2025-02-14 d6e54543022ea99162cf6327824e9d95c51a1812
src/main/kotlin/com/flightfeather/uav/biz/satellite/SatelliteGridManage.kt
@@ -227,7 +227,11 @@
        realTimeDataList.forEach {
            it.longitude
            it.latitude
            gridCellList.forEach {  }
            gridCellList.forEach {
            }
        }
    }
}