Uat_Study
parent
56aa39cf4d
commit
1460b6f90d
|
@ -4117,7 +4117,7 @@
|
|||
<summary>
|
||||
删除系统问题
|
||||
</summary>
|
||||
<param name="readingQuestionSystemId"></param>
|
||||
<param name="id"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:IRaCIS.Application.Services.ReadingQuestionService.AddSystemDataToTrila(System.Guid)">
|
||||
|
@ -4163,7 +4163,7 @@
|
|||
<summary>
|
||||
删除项目问题标准(项目)
|
||||
</summary>
|
||||
<param name="readingQuestionCriterionTrialId"></param>
|
||||
<param name="id"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:IRaCIS.Application.Services.ReadingQuestionService.AddOrUpdateReadingQuestionTrial(IRaCIS.Core.Application.Service.Reading.Dto.AddOrUpdateReadingQuestionTrialInDto)">
|
||||
|
@ -4183,7 +4183,7 @@
|
|||
<summary>
|
||||
删除项目问题(项目)
|
||||
</summary>
|
||||
<param name="readingQuestionTrialId"></param>
|
||||
<param name="id"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:IRaCIS.Application.Services.ReadModuleService">
|
||||
|
|
|
@ -177,7 +177,7 @@ namespace IRaCIS.Application.Services
|
|||
/// </summary>
|
||||
/// <param name="id"></param>
|
||||
/// <returns></returns>
|
||||
[HttpDelete("{readingQuestionSystemId:guid}")]
|
||||
[HttpDelete("{id:guid}")]
|
||||
public async Task<IResponseOutput> DeleteReadingQuestionSystem(Guid id)
|
||||
{
|
||||
if (await _readingQuestionSystemRepository.AnyAsync(x => x.ParentId == id))
|
||||
|
@ -372,7 +372,7 @@ namespace IRaCIS.Application.Services
|
|||
/// </summary>
|
||||
/// <param name="id"></param>
|
||||
/// <returns></returns>
|
||||
[HttpDelete("{readingQuestionTrialId:guid}")]
|
||||
[HttpDelete("{id:guid}")]
|
||||
public async Task<IResponseOutput> DeleteReadingQuestionTrial(Guid id)
|
||||
{
|
||||
if (await _readingQuestionTrialRepository.AnyAsync(x => x.ParentId == id))
|
||||
|
|
Loading…
Reference in New Issue