修改参与用户的JoinTime

Uat_Study
{872297557@qq.com} 2022-11-30 15:23:19 +08:00 committed by he
parent e091d37178
commit 49ca0c19e3
1 changed files with 0 additions and 1 deletions

View File

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