新增的库存添加更新时间;

This commit is contained in:
王奎兴
2026-04-18 17:16:56 +08:00
parent 7501bde717
commit e5441eb415
@@ -796,6 +796,7 @@ public class MaterialInventoryImpl extends ServiceImpl<MaterialInventoryMapper,
materialInventory.setCreateBy(materialInventoryParamDO.getCreateBy());
materialInventory.setCreateByName(materialInventoryParamDO.getCreateByName());
materialInventory.setCreateTime(new Date());
materialInventory.setUpdateTime(new Date());
materialInventory.setBarCode(materialInventoryParamDO.getBarCode());
materialInventory.setLotNumber(materialInventoryParamDO.getLotNumber());
materialInventory.setBatchNumber((materialInventoryParamDO.getBatchNumber()));