修改一般

This commit is contained in:
he
2023-06-28 09:20:38 +08:00
parent a718aa9c69
commit e66b56af58
@@ -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()