Uat_Study
he 2022-07-19 15:46:42 +08:00
parent 20746f4be9
commit 1e9276aa60
1 changed files with 2 additions and 1 deletions

View File

@ -162,7 +162,8 @@ namespace IRaCIS.Application.Services
var reason = new GlobalQuestionInfo()
{
Answer = globalReadingQuestion.Where(y => y.TaskId == x.VisitId && y.QuestionId == null).Select(x => x.Answer).FirstOrDefault() ?? String.Empty,
QuestionName="原因"
QuestionName="原因",
Type="input",
};