| | |
| | | return battDevAlarmDataMapper.searchNums(userId); |
| | | } |
| | | |
| | | public int getRealTimeWithLevel1(int userId) { |
| | | return battDevAlarmDataMapper.getRealTimeWithLevel1(userId); |
| | | } |
| | | |
| | | //今日实时告警 |
| | | public Response getDalmToday(int userId) { |
| | | try { |
| | |
| | | public List<Integer> getStationList(int userId) { |
| | | return mapper.getStationList(userId); |
| | | } |
| | | |
| | | public int getCountByStationIds(List<String> stationIdList, Integer level) { |
| | | return mapper.getCountByStationIds(stationIdList, level); |
| | | } |
| | | |
| | | public List<DevalarmData> getListByStationIds(List<String> stationIdList) { |
| | | return mapper.getListByStationIds(stationIdList); |
| | | } |
| | | |
| | | |
| | | } |