|
|
@ -184,8 +184,8 @@ public class AiCompareController extends BaseController { |
|
|
|
* * */ |
|
|
|
@SaCheckPermission("sample:compare:delAlertList") |
|
|
|
@DeleteMapping("/delAlertList") |
|
|
|
public R<Void> delAlertList(List<Long>ids) { |
|
|
|
return toAjax(aiCompareService.delAlertList(ids)); |
|
|
|
public R<Void> delAlertList(Long ids) { |
|
|
|
return toAjax(aiCompareService.delAlertList(List.of(ids))); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|