Uat_Study
parent
0adf7a5c84
commit
b0c3ba2a11
|
@ -1145,10 +1145,10 @@ namespace IRaCIS.Application.Services
|
|||
{
|
||||
Dictionary<string, string> answers = new Dictionary<string, string>();
|
||||
var rowInfo = tableAnsweRowInfos.Where(y => y.Id==x).FirstOrDefault();
|
||||
if (rowInfo == null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
//if (rowInfo == null)
|
||||
//{
|
||||
// continue;
|
||||
//}
|
||||
|
||||
var rowAnswer = thisAnswer.Where(y => y.RowId == rowInfo.Id).OrderBy(y => y.ShowOrder).ToList();
|
||||
|
||||
|
|
Loading…
Reference in New Issue