This commit is contained in:
qianhao.xu 2024-12-03 15:45:10 +08:00
parent 77110e0743
commit 52af201e39

View File

@ -451,9 +451,7 @@ namespace DOAN.Service.MES.product
{ {
continue; continue;
} }
//02单位 //02单位
NPOI.SS.UserModel.ICell currentCell_04 = currentRow.GetCell(2); NPOI.SS.UserModel.ICell currentCell_04 = currentRow.GetCell(2);
@ -531,7 +529,7 @@ namespace DOAN.Service.MES.product
} }
//10指示日期 //10指示日期
NPOI.SS.UserModel.ICell cell17 = secondRow.GetCell(10); NPOI.SS.UserModel.ICell cell17 = currentRow.GetCell(10);
// 将单元格的数字值转换为DateTime // 将单元格的数字值转换为DateTime