From 594de76ed51fd49fb79b912212bb0052a63e7671 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 09 四月 2026 16:10:45 +0800
Subject: [PATCH] 2026.4.9
---
src/main/kotlin/com/flightfeather/uav/domain/repository/SatelliteGridRep.kt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/kotlin/com/flightfeather/uav/domain/repository/SatelliteGridRep.kt b/src/main/kotlin/com/flightfeather/uav/domain/repository/SatelliteGridRep.kt
index 9233bcb..4cf2d0f 100644
--- a/src/main/kotlin/com/flightfeather/uav/domain/repository/SatelliteGridRep.kt
+++ b/src/main/kotlin/com/flightfeather/uav/domain/repository/SatelliteGridRep.kt
@@ -105,6 +105,10 @@
return gridDataMapper.insert(gridData)
}
+ fun updateGridData(gridData: GridData): Int {
+ return gridDataMapper.updateByPrimaryKey(gridData)
+ }
+
fun insertGridDataDetail(gridDataDetails: List<GridDataDetail?>): Int {
return gridDataDetailMapper.insertList(gridDataDetails)
}
--
Gitblit v1.9.3