huminmin
2026-04-29 ea25a4d9db55901a861b4ff22737fcf24c7bb26c
src/main/java/com/ruoyi/stock/service/impl/StockUninventoryServiceImpl.java
@@ -62,6 +62,7 @@
            StockUninventory newStockUnInventory = new StockUninventory();
            newStockUnInventory.setProductModelId(stockUninventoryDto.getProductModelId());
            newStockUnInventory.setQualitity(stockUninventoryDto.getQualitity());
            newStockUnInventory.setLockedQuantity(stockUninventoryDto.getLockedQuantity());
            newStockUnInventory.setVersion(1);
            newStockUnInventory.setRemark(stockUninventoryDto.getRemark());
            stockUninventoryMapper.insert(newStockUnInventory);