修改融合
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-12-25 13:21:03 +08:00
parent 9ec53e39ec
commit 5aaedffe20
2 changed files with 34 additions and 10 deletions
@@ -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 &&