From fca1721e4ef9d92242942f6151d026400ab9bd0b Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期三, 26 三月 2025 00:04:56 +0800
Subject: [PATCH] 更新

---
 src/main/resources/mapper/PowerInfMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/PowerInfMapper.xml b/src/main/resources/mapper/PowerInfMapper.xml
index b3bc509..bc6b5be 100644
--- a/src/main/resources/mapper/PowerInfMapper.xml
+++ b/src/main/resources/mapper/PowerInfMapper.xml
@@ -3,9 +3,9 @@
 <mapper namespace="com.whyc.mapper.PowerInfMapper" >
 
     <select id="selectMaxBattGroupId" resultType="java.lang.Integer">
-        select max(binf_id) from power_inf
+        select max(binf_id) from db_batt.power_inf
     </select>
     <select id="getMaxPowerId" resultType="java.lang.Integer">
-        select max(power_id) from power_inf
+        select max(power_id) from db_batt.power_inf
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1