src/main/java/com/whyc/mapper/BattInfMapper.java
@@ -64,7 +64,7 @@ //根据查询条件获取电池组集合 BattInf getBattgroupIdInf(@Param("battgroupId") Integer battgroupId); //查询电源下所有的电池组id List<Integer> getBattgroupIdListByPowerId(@Param("powerId") Integer powerId); List<BattInf> getBattgroupIdListByPowerId(@Param("powerId") Integer powerId); //查询设备下所有的电池组id List<Integer> getBattgroupIdListByDevId(@Param("devId") Integer devId); List<BattInf> getBattgroupIdListByDevId(@Param("devId") Integer devId); }