修改一版
parent
5e382449af
commit
a8f6b5439a
|
@ -149,7 +149,7 @@ namespace IRaCIS.Application.Services
|
|||
(lr.global.Select(x => x.Answer).FirstOrDefault().IsNullOrEmpty() && inDto.UsingOriginalData ?
|
||||
lr.question.Answer : lr.global.Select(x => x.Answer).FirstOrDefault()
|
||||
),
|
||||
IsHaveChange = lr.global == null ? false : lr.global.Any(),
|
||||
IsHaveChange = lr.global.Any(x=>x.QuestionId!=null&&!x.Answer.IsNullOrEmpty()) ? true : false,
|
||||
QuestionId = lr.question.QuestionId,
|
||||
QuestionName = lr.question.QuestionName,
|
||||
QuestionType = lr.question.QuestionType,
|
||||
|
|
Loading…
Reference in New Issue