From bf60848c0d97d3f440eee20719010e49bc2aae2d Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期二, 25 三月 2025 11:44:03 +0800
Subject: [PATCH] 站点关联

---
 src/main/resources/mapper/StationInfMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/StationInfMapper.xml b/src/main/resources/mapper/StationInfMapper.xml
index 09ed90d..d2aa0ec 100644
--- a/src/main/resources/mapper/StationInfMapper.xml
+++ b/src/main/resources/mapper/StationInfMapper.xml
@@ -20,5 +20,8 @@
         </where>
         order by power_inf.power_id asc
     </select>
+    <select id="getMaxStationId" resultType="java.lang.Integer">
+        select max(sinf_id) from db_batt.station_inf
+    </select>
 
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1