src/main/java/com/ruoyi/stock/service/impl/StockUninventoryServiceImpl.java
@@ -114,7 +114,6 @@ } else { stockInRecordDto.setType("2"); } stockInRecordDto.setManufacturerId(stockUninventoryDto.getManufacturerId()); stockInRecordDto.setSource(stockUninventoryDto.getSource()); stockInRecordService.add(stockInRecordDto); //审批再添加