From 1460b6f90d8d141852b0a0718f7cb2ee760852e6 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 14 Jun 2022 13:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 6 +++--- .../Service/Reading/ReadingQuestionService.cs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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))