Uat_Study
parent
20746f4be9
commit
1e9276aa60
|
@ -162,7 +162,8 @@ namespace IRaCIS.Application.Services
|
||||||
var reason = new GlobalQuestionInfo()
|
var reason = new GlobalQuestionInfo()
|
||||||
{
|
{
|
||||||
Answer = globalReadingQuestion.Where(y => y.TaskId == x.VisitId && y.QuestionId == null).Select(x => x.Answer).FirstOrDefault() ?? String.Empty,
|
Answer = globalReadingQuestion.Where(y => y.TaskId == x.VisitId && y.QuestionId == null).Select(x => x.Answer).FirstOrDefault() ?? String.Empty,
|
||||||
QuestionName="原因"
|
QuestionName="原因",
|
||||||
|
Type="input",
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue