whyclxw
7 天以前 27cd10e78f10f93c900aacc57e677580dbf6d0ca
src/main/resources/mapper/PowerInfMapper.xml
@@ -178,9 +178,7 @@
        from db_station.tb_power_inf,db_station.tb_station_inf
        <where>
            tb_power_inf.station_id=tb_station_inf.station_id
            <if test="powerId!=null">
                and tb_power_inf.power_id=#{powerId}
            </if>
            and tb_power_inf.power_id=#{powerId}
        </where>
        limit 1
    </select>