Uat_Study
he 2022-10-12 17:32:09 +08:00
parent ecad31e2ca
commit c52a9a6386
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ namespace IRaCIS.Application.Services
new GlobalQuestionInfo()
{
Answer = globalReadingQuestion.Where(y => y.TaskId == x.VisitTaskId && y.GlobalAnswerType == GlobalAnswerType.AgreeOrNot).Select(x => x.Answer).FirstOrDefault() ?? String.Empty,
QuestionName = "是否同意",
QuestionName = "是否同意访视整体评估",
Type = "input",
GlobalAnswerType=GlobalAnswerType.AgreeOrNot,