gongchunyi
19 小时以前 995bb063a3ac765c53447320e450fb6fc835c9d2
src/main/java/com/ruoyi/stock/service/impl/StockUninventoryServiceImpl.java
@@ -67,6 +67,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);