Uat_Study
parent
d1bd9891c0
commit
7124bc31f2
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue