| | |
| | | @Api(tags = "告警管理-电源历史告警") |
| | | @RestController |
| | | @RequestMapping("PwrdevAlarmHistoryAction") |
| | | public class PwrdevAlarmHistoryController { |
| | | public class PwrdevAlarmHistoryController extends BaseController{ |
| | | |
| | | @Autowired |
| | | private PwrdevAlarmHistoryService service; |
| | |
| | | return service.getPageInfo(param); |
| | | } |
| | | |
| | | @PostMapping("levelList") |
| | | @ApiOperation(value = "电源告警历史记录查询-告警等级分类统计") |
| | | public Response getLevelList(@RequestBody List<Integer> almTypes) throws ParseException { |
| | | //return service.serchByInfo(par); |
| | | return service.getLevelList(almTypes); |
| | | } |
| | | |
| | | //电池历史告警删除 |
| | | @ApiOperation(value = "电源历史告警删除---通讯电源") |
| | | @GetMapping("delete") |