| | |
| | | |
| | | Integer selectCountByTime(@Param("beginTime") DateTime beginTime, |
| | | @Param("endTime") DateTime endTime, |
| | | @Param("nodeIdList") List<String> nodeIdList); |
| | | @Param("indexIdList") List<String> indexIdList); |
| | | |
| | | List<JkHistoryAlarm> getHistoryAlarmList(@Param("indexIdList") List<String> indexIdList, |
| | | @Param("beginTime") Date beginTime, |
| | | @Param("endTime")Date endTime); |
| | | Page<JkHistoryAlarm> getHistoryAlarmList(@Param("beginTime") Date beginTime, |
| | | @Param("endTime") Date endTime, |
| | | @Param("indexIdList") List<String> indexIdList, |
| | | Page<JkHistoryAlarm> pageInfo); |
| | | } |