告警记录可以根据时间筛选,页面可以全选和勾选,添加"一键误报"摁钮(需要颜色区分并添加确认选项),后端接口添加一键误报接口功能
This commit is contained in:
tiger_zhou 2023-10-31 09:02:12 +08:00
parent 24a4854249
commit 114ed902d9

View File

@ -51,7 +51,7 @@ public class AlertRecordController {
return this.alertRecordService.confirm(recordId, tipType, locationId); return this.alertRecordService.confirm(recordId, tipType, locationId);
} }
@DeleteMapping("/fail") @PostMapping("/fail")
@SecurityRequirement(name = "jwt") @SecurityRequirement(name = "jwt")
@Operation(summary = "错误报警") @Operation(summary = "错误报警")
@ApiResponse(description = "错误报警") @ApiResponse(description = "错误报警")