炉号可查看

This commit is contained in:
2026-01-09 14:12:01 +08:00
parent c8ca658616
commit 8b206b257c
4 changed files with 41 additions and 21 deletions

View File

@@ -257,7 +257,6 @@ namespace DOAN.Service.BZFM
MaterialName = mmMaterial.MaterialName,
SupplierCode = mmMaterial.SupplierCode,
SupplierName = mmMaterial.SupplierName,
LocationCode = mmLocation.LocationCode,
LocationName = mmLocation.LocationName,
WarehouseCode = mmLocation.WarehouseCode,
@@ -564,7 +563,7 @@ namespace DOAN.Service.BZFM
message = $"库位名称不可为空,第{row + 1}行";
break;
}
//09 创建时间
NPOI.SS.UserModel.ICell currentCell_08 = currentRow.GetCell(8);
inventory.CreatedTime = currentCell_08?.DateCellValue ?? DateTime.Now;
@@ -579,8 +578,6 @@ namespace DOAN.Service.BZFM
{
return null;
}
}
// TODO 3.调用SplitInsert方法实现导入操作,注意主键列的配置(建议优化为ID相同则修改不同则新增)