| | |
| | | |
| | | List<DevalarmData> getSendDevAlarm(@Param("uId") Integer uId); |
| | | |
| | | List<DevalarmData> getList(@Param("uId") Long userId); |
| | | List<DevalarmData> getList(@Param("uId") Long userId, @Param("type") int type); |
| | | |
| | | //查询分级告警的个数 |
| | | int serchByLevel(@Param("alarmLevel") int alarmLevel, @Param("uId") int uId); |
| | | |
| | | //查询实时告警总数 |
| | | int getdevAlm(String stationId); |
| | | |
| | | //今日实时告警 |
| | | List<DevalarmData> getDalmToday(int userId); |
| | | |
| | | List<Integer> getStationList(int userId); |
| | | |
| | | //设备告警机房 |
| | | int getQualityAnalysisStation(int userId); |
| | | |
| | | int getCountByStationIds(List<String> stationIdList, Integer level); |
| | | |
| | | List<DevalarmData> getListByStationIds(List<String> stationIdList); |
| | | |
| | | } |