src/main/java/com/ruoyi/stock/service/impl/StockInventoryServiceImpl.java
@@ -70,6 +70,7 @@ StockInventory newStockInventory = new StockInventory(); newStockInventory.setProductModelId(stockInventoryDto.getProductModelId()); newStockInventory.setQualitity(stockInventoryDto.getQualitity()); newStockInventory.setSubQualitity(stockInventoryDto.getSubQualitity()); newStockInventory.setVersion(1); newStockInventory.setProductCode(stockInventoryDto.getProductCode()); newStockInventory.setWarehouseCode(stockInventoryDto.getWarehouseCode());