whycxzp
2023-07-27 53568839cae3f463bf85f42763594cc7fa44a1e3
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);
    }
}