修改一般

Uat_Study
he 2023-06-28 09:20:38 +08:00
parent a718aa9c69
commit e66b56af58
1 changed files with 2 additions and 2 deletions

View File

@ -204,9 +204,9 @@ namespace IRaCIS.Core.Application.Service
clinicalForm.CheckDate = DateTime.Parse(inDto.QuestionAnswers.Where(x => x.QuestionId == checkDateQuestionId).Select(x => x.Answer).First());
}
catch ()
catch (Exception)
{
}
List<ClinicalQuestionAnswer> clinicalQuestionAnswers = inDto.QuestionAnswers.Select(x => new ClinicalQuestionAnswer()