src/main/java/com/whyc/service/PwrdevAlarmService.java
@@ -344,7 +344,11 @@ return mapper.getStationList(userId); } public int getCountByStationIds(List<String> stationIdList) { return mapper.getCountByStationIds(stationIdList); public int getCountByStationIds(List<String> stationIdList, Integer level) { return mapper.getCountByStationIds(stationIdList,level); } public List<PwrdevAlarm> getListByStationIds(List<String> stationIdList) { return mapper.getListByStationIds(stationIdList); } }