diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 8a795d866..e4c79ed92 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -4117,7 +4117,7 @@ 删除系统问题 - + @@ -4163,7 +4163,7 @@ 删除项目问题标准(项目) - + @@ -4183,7 +4183,7 @@ 删除项目问题(项目) - + diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs index 4a99f63ec..3837afa8c 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs @@ -177,7 +177,7 @@ namespace IRaCIS.Application.Services /// /// /// - [HttpDelete("{readingQuestionSystemId:guid}")] + [HttpDelete("{id:guid}")] public async Task DeleteReadingQuestionSystem(Guid id) { if (await _readingQuestionSystemRepository.AnyAsync(x => x.ParentId == id)) @@ -372,7 +372,7 @@ namespace IRaCIS.Application.Services /// /// /// - [HttpDelete("{readingQuestionTrialId:guid}")] + [HttpDelete("{id:guid}")] public async Task DeleteReadingQuestionTrial(Guid id) { if (await _readingQuestionTrialRepository.AnyAsync(x => x.ParentId == id))