入库批次号赋值
This commit is contained in:
+1
-1
@@ -498,7 +498,7 @@ public class ReservationMaterialInventoryImpl extends ServiceImpl<ReservationMat
|
||||
materialInventory.setUpdateTime(new Date());
|
||||
materialInventory.setBarCode(materialInventoryParamDO.getBarCode());
|
||||
materialInventory.setLotNumber(materialInventoryParamDO.getLotNumber());
|
||||
materialInventory.setBatchNumber((materialInventoryParamDO.getBatchNumber()));
|
||||
// materialInventory.setBatchNumber((materialInventoryParamDO.getBatchNumber()));
|
||||
materialInventory.setInOrderNumber((materialInventoryParamDO.getInOrderNumber()));
|
||||
materialInventoryMapper.insert(materialInventory);
|
||||
materialInventoryParamDO.setMaterialInventoryId(materialInventory.getMaterialInventoryId());
|
||||
|
||||
Reference in New Issue
Block a user