炉号可查看
This commit is contained in:
@@ -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相同则修改,不同则新增)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user