From 474a12f0a3a4d446441702e8b96f53b637eb8798 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期五, 16 五月 2025 10:16:46 +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 06ce5fe..c15c012 100644 --- a/src/main/resources/mapper/PowerInfMapper.xml +++ b/src/main/resources/mapper/PowerInfMapper.xml @@ -2,7 +2,7 @@ <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.whyc.mapper.PowerInfMapper"> <select id="getPowerList" resultType="com.whyc.pojo.db_station.PowerInf"> - select tb_power_inf.*,tb_station_inf.station_name + select tb_power_inf.power_id,tb_power_inf.power_name,tb_power_inf.station_id,tb_station_inf.station_name from db_station.tb_power_inf,db_station.tb_station_inf where tb_power_inf.station_id=tb_station_inf.station_id order by tb_power_inf.num asc -- Gitblit v1.9.1