Uat_Study
parent
5fbb03444e
commit
4a33978949
|
@ -1186,7 +1186,7 @@ namespace IRaCIS.Application.Services
|
||||||
{
|
{
|
||||||
new GlobalQuestionInfo()
|
new GlobalQuestionInfo()
|
||||||
{
|
{
|
||||||
Answer = globalReadingQuestion.Where(y => y.TaskId == x.VisitTaskId && y.GlobalAnswerType == GlobalAnswerType.AgreeOrNot).Select(x => x.Answer).FirstOrDefault() ?? "是",
|
Answer = globalReadingQuestion.Where(y => y.TaskId == x.VisitTaskId && y.GlobalAnswerType == GlobalAnswerType.AgreeOrNot).Select(x => x.Answer).FirstOrDefault() ?? "1",
|
||||||
QuestionName = "是否同意访视整体评估",
|
QuestionName = "是否同意访视整体评估",
|
||||||
Type = "input",
|
Type = "input",
|
||||||
GlobalAnswerType=GlobalAnswerType.AgreeOrNot,
|
GlobalAnswerType=GlobalAnswerType.AgreeOrNot,
|
||||||
|
|
Loading…
Reference in New Issue