Test.EIImageViewer
he 2022-12-20 16:57:34 +08:00 committed by {872297557@qq.com}
parent 2f4bcd9c96
commit 14808500a9
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ namespace IRaCIS.Core.Application.Service
/// <param name="inDto"></param>
/// <returns></returns>
[HttpPost]
[TypeFilter(typeof(TrialResourceFilter))]
[TypeFilter(typeof(TrialResourceFilter), Arguments = new object[] { "AfterStopCannNotOpt" })]
public async Task<IResponseOutput> DeleteReadingMedicineTrialQuestion(DeleteReadingMedicineTrialQuestion inDto)
{
if (await _readingMedicineTrialQuestionRepository.AnyAsync(x => x.ParentId == inDto.Id))