From 156efbab6aadd61ad54d2aefc32a227d7e9f675b Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期二, 25 三月 2025 09:34:32 +0800
Subject: [PATCH] 更新

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

diff --git a/src/main/resources/mapper/StationInfMapper.xml b/src/main/resources/mapper/StationInfMapper.xml
index 0d3fc56..18fc975 100644
--- a/src/main/resources/mapper/StationInfMapper.xml
+++ b/src/main/resources/mapper/StationInfMapper.xml
@@ -13,7 +13,7 @@
     </select>
 
     <select id="selectPinfList" resultType="powerInf">
-        select power_inf.* from db_batt.power_inf,db_batt.sinf_pinf
+        select power_inf.*,power_inf.binf_id as battGroupId,power_inf.binf_name as battGroupName from db_batt.power_inf,db_batt.sinf_pinf
         <where>
             power_inf.power_id=sinf_pinf.pinf_id
             and sinf_pinf.sinf_id=#{sinfId}

--
Gitblit v1.9.1