From bf3b932fa31c8126c46c5ba80e3ffc765023d58a Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期五, 16 五月 2025 11:32:17 +0800
Subject: [PATCH] 机房下拉

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

diff --git a/src/main/resources/mapper/PowerInfMapper.xml b/src/main/resources/mapper/PowerInfMapper.xml
index c15c012..2d78934 100644
--- a/src/main/resources/mapper/PowerInfMapper.xml
+++ b/src/main/resources/mapper/PowerInfMapper.xml
@@ -11,7 +11,7 @@
         select ifnull(max(power_id),0) from  db_station.tb_power_inf where power_id>0;
     </select>
     <select id="getPower" resultType="com.whyc.pojo.db_station.PowerInf">
-        select tb_power_inf.*,tb_station_inf.station_name
+        select tb_power_inf.*,tb_station_inf.station_name,tb_station_inf.provice,tb_station_inf.city,tb_station_inf.country,tb_station_inf.full_name
         from db_station.tb_power_inf,db_station.tb_station_inf
         where tb_power_inf.station_id=tb_station_inf.station_id
         <if test="provice!=null">

--
Gitblit v1.9.1