@@ -252,6 +252,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
|
||||
foreach (var item in tableRowList)
|
||||
{
|
||||
if (item.SplitOrMergeType == SplitOrMergeType.Merged)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
var historyRow = historyTableRowList.Where(x =>
|
||||
x.QuestionId == item.QuestionId &&
|
||||
x.RowIndex == item.RowIndex &&
|
||||
|
||||
Reference in New Issue
Block a user