gongchunyi
8 小时以前 8352c314f8a15a5caf6dfa2837562f839eeef6c3
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);