修改
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user