src/main/java/com/ruoyi/stock/service/impl/StockUninventoryServiceImpl.java
@@ -174,6 +174,7 @@ stockInRecordDto.setType("2"); } stockInRecordDto.setRemark(stockUninventoryDto.getRemark()); stockInRecordDto.setSource(stockUninventoryDto.getSource()); stockInRecordService.add(stockInRecordDto); return 1; }