修改一般
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user