src/main/java/com/whyc/mapper/BattInfMapper.java
@@ -62,5 +62,7 @@ //获取站点下的电池组(下拉) List<BattInf> getBattByUid(@Param("uid") Integer uid, @Param("provice") String provice, @Param("city") String city, @Param("country") String country, @Param("stationName") String stationName); //根据查询条件获取电池组集合 BattInf getBattgroupIdList(@Param("battgroupId") Integer battgroupId); BattInf getBattgroupIdInf(@Param("battgroupId") Integer battgroupId); //查询电源下所有的电池组id List<Integer> getBattgroupIdList(@Param("powerId") Integer powerId); }