Uat_Study
he 2022-07-28 16:13:04 +08:00
parent d1bd9891c0
commit 7124bc31f2
1 changed files with 2 additions and 2 deletions

View File

@ -848,14 +848,14 @@ namespace IRaCIS.Application.Services
}; };
// 加全局是否更新 和访视点注释 // 加全局是否更新 和访视点注释
judgeReadingQuestion.JudgeQuestionList.Add(new JudgeQuestion() rTwoJudge.JudgeQuestionList.Add(new JudgeQuestion()
{ {
Answer = twoItem.AfterQuestionList.Any(x => x.IsHaveChange), Answer = twoItem.AfterQuestionList.Any(x => x.IsHaveChange),
QuestionType = JudgeReadingQuestionType.GlobalChange, QuestionType = JudgeReadingQuestionType.GlobalChange,
}); });
judgeReadingQuestion.JudgeQuestionList.Add(new JudgeQuestion() rTwoJudge.JudgeQuestionList.Add(new JudgeQuestion()
{ {
Answer = twoItem.AfterQuestionList.Where(x => x.QuestionId == null).Select(x => x.Answer).FirstOrDefault(), Answer = twoItem.AfterQuestionList.Where(x => x.QuestionId == null).Select(x => x.Answer).FirstOrDefault(),
QuestionType = JudgeReadingQuestionType.VisitRemark, QuestionType = JudgeReadingQuestionType.VisitRemark,