Uat_Study
he 2023-05-22 16:34:08 +08:00
parent 0adf7a5c84
commit b0c3ba2a11
1 changed files with 4 additions and 4 deletions

View File

@ -1145,10 +1145,10 @@ namespace IRaCIS.Application.Services
{ {
Dictionary<string, string> answers = new Dictionary<string, string>(); Dictionary<string, string> answers = new Dictionary<string, string>();
var rowInfo = tableAnsweRowInfos.Where(y => y.Id==x).FirstOrDefault(); var rowInfo = tableAnsweRowInfos.Where(y => y.Id==x).FirstOrDefault();
if (rowInfo == null) //if (rowInfo == null)
{ //{
continue; // continue;
} //}
var rowAnswer = thisAnswer.Where(y => y.RowId == rowInfo.Id).OrderBy(y => y.ShowOrder).ToList(); var rowAnswer = thisAnswer.Where(y => y.RowId == rowInfo.Id).OrderBy(y => y.ShowOrder).ToList();