| | |
| | | package com.gkhy.hazmat.admin.controller.web; |
| | | |
| | | |
| | | import com.gkhy.hazmat.common.annotation.Anonymous; |
| | | import com.gkhy.hazmat.common.annotation.RepeatSubmit; |
| | | import com.gkhy.hazmat.common.api.CommonResult; |
| | | import com.gkhy.hazmat.system.domain.HzWarning; |
| | |
| | | return CommonResult.success(warningService.deleteWarningById(warningId)); |
| | | } |
| | | |
| | | |
| | | @ApiOperation(value = "大屏超期预警统计") |
| | | @GetMapping("/dailywarningCount") |
| | | public CommonResult dailywarningCount(){ |
| | | return CommonResult.success(warningService.dailywarningCount()); |
| | | } |
| | | |
| | | } |