liyong
2026-04-30 a6ff41048bbdd5b8519a3e21e9232a152d179dfc
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);