src/main/java/com/whyc/service/BattInfService.java
@@ -503,11 +503,11 @@ return mapper.getBattgroupIdInf(battgroupId); } //查询电源下所有的电池组id public List<Integer> getBattgroupIdListByPowerId(Integer powerId) { public List<BattInf> getBattgroupIdListByPowerId(Integer powerId) { return mapper.getBattgroupIdListByPowerId(powerId); } //查询设备下所有的电池组id public List<Integer> getBattgroupIdListByDevId(Integer devId) { public List<BattInf> getBattgroupIdListByDevId(Integer devId) { return mapper.getBattgroupIdListByDevId(devId); } }