Uat_Study
parent
b0c3ba2a11
commit
d4ffe2eadf
|
@ -1131,7 +1131,7 @@ namespace IRaCIS.Application.Services
|
|||
});
|
||||
|
||||
var thisAnswer = tableAnswers.Where(x => x.QuestionId == item.Id).ToList();
|
||||
var orders = thisAnswer.OrderBy(x => x.RowIndex).Select(x=>x.RowId).ToList();
|
||||
var orders = thisAnswer.OrderBy(x => x.RowIndex).Select(x=>x.RowId).Distinct().ToList();
|
||||
item.TableQuestions.Answers = new List<Dictionary<string, string>>();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue