SVN r1099
SVN-Revision: r1099
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user