This commit is contained in:
gcw_MV9p2JJN 2025-10-23 20:21:03 +08:00
parent f317d90489
commit 5a4ff6fe60

View File

@ -537,8 +537,9 @@ namespace DOAN.Service.MES.product
}
}
}
}
for (int i = 0; i < dataList.Count; i++)
for (int i = 0; i < dataList.Count; i++)
{
var item = dataList[i];
IRow row = sheet.GetRow(startRowIndex + i) ?? sheet.CreateRow(startRowIndex + i);