新增的库存添加更新时间;
This commit is contained in:
+1
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user