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>