|
|
@ -65,7 +65,7 @@ public class BusinessAlertController extends BaseController { |
|
|
|
*/ |
|
|
|
@Operation(summary ="ai实时流预警保存",description = "ai实时流预警保存") |
|
|
|
@PostMapping("/saveAlertList") |
|
|
|
public void saveAlert(List<BusinessAlertVo> alertVoList) { |
|
|
|
public void saveAlert(@RequestBody List<BusinessAlertVo> alertVoList) { |
|
|
|
businessAlertService.addBusinessAlertList(alertVoList); |
|
|
|
|
|
|
|
} |
|
|
|