SVN r1099

SVN-Revision: r1099
This commit is contained in:
tdx
2026-01-21 08:22:40 +00:00
parent ce943f1574
commit b13670160f
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1409,8 +1409,8 @@ namespace Lskj.PubBomImport
if (row.GetCell(j) != null) //同理,没有数据的单元格都默认是null
{
dataRow[dataRowIndex] = GetCellValue(row.GetCell(j));
dataRowIndex += 1;
}
dataRowIndex += 1;
}
}
data.Rows.Add(dataRow);
+1 -2
View File
@@ -3802,10 +3802,9 @@ namespace Lskj.PubBomImport
{
if (row.GetCell(j) != null) //同理,没有数据的单元格都默认是null
{
dataRow[dataRowIndex] = GetCellValue(row.GetCell(j));
dataRowIndex += 1;
}
dataRowIndex += 1;
}
}
data.Rows.Add(dataRow);