src/main/java/com/ruoyi/stock/service/impl/StockInRecordServiceImpl.java
@@ -290,6 +290,7 @@ stockUninventoryDto.setManufacturerId(stockInRecord.getManufacturerId()); stockUninventoryDto.setSource(stockInRecord.getSource()); stockUninventoryDto.setType(uninventoryType); stockUninventoryDto.setSource(stockInRecord.getSource()); if (stockUninventory == null) { stockUninventoryMapper.insert(new StockUninventory() {{ setProductModelId(stockInRecord.getProductModelId());