src/main/resources/mapper/BattInfMapper.xml
@@ -472,9 +472,7 @@ from db_station.tb_batt_inf,db_station.tb_station_inf <where> tb_batt_inf.station_id=tb_station_inf.station_id <if test="battgroupId!=null"> and tb_batt_inf.battgroup_id=#{battgroupId} </if> and tb_batt_inf.battgroup_id=#{battgroupId} </where> limit 1 </select>