Uat_Study
he 2022-10-28 18:04:56 +08:00
parent 28c7b173b2
commit 13c0b94f5b
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,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() ?? "1", Answer = globalReadingQuestion.Where(y => y.TaskId == x.VisitTaskId && y.GlobalAnswerType == GlobalAnswerType.AgreeOrNot).Select(x => x.Answer).FirstOrDefault() ?? string.Empty,
QuestionName = "是否同意访视整体评估", QuestionName = "是否同意访视整体评估",
Type = "input", Type = "input",
GlobalAnswerType=GlobalAnswerType.AgreeOrNot, GlobalAnswerType=GlobalAnswerType.AgreeOrNot,