|
@@ -93,8 +93,8 @@ public class ArchiveAiNameController extends BladeController {
|
|
|
@PostMapping("/confirmAiName")
|
|
|
@ApiOperationSupport(order = 3)
|
|
|
@ApiOperation(value = "确认AI名称", notes = "确认AI名称")
|
|
|
- public R confirmAiName(@RequestBody List<ArchiveAiNameVO1>vos){
|
|
|
- return R.status(archiveAiNameService.confirmAiName(vos));
|
|
|
+ public R confirmAiName(@RequestBody List<ArchiveAiNameVO1>list){
|
|
|
+ return R.status(archiveAiNameService.confirmAiName(list));
|
|
|
}
|
|
|
|
|
|
// /**
|