|
|
@ -177,6 +177,7 @@ public class BusinessAlertStatisticsController extends BaseController { |
|
|
|
@Operation(summary="预警对比统计(预警状态)", description="预警对比统计(预警状态)") |
|
|
|
@GetMapping(value = "/compare/status/count") |
|
|
|
public R<List<Map<String, Object>>> countAlertStatusCompare(BusinessAlertBo businessAlertBo) { |
|
|
|
|
|
|
|
return R.ok(statisticsService.countAlertStatusCompare(businessAlertBo)); |
|
|
|
} |
|
|
|
|
|
|
|