src/main/java/com/ruoyi/stock/service/impl/StockInventoryServiceImpl.java
@@ -194,6 +194,7 @@ stockInRecordDto.setIsContainsWater(stockInventoryDto.getIsContainsWater()); stockInRecordDto.setWaterContent(stockInventoryDto.getWaterContent()); stockInRecordDto.setTheoryStockInNum(stockInventoryDto.getTheoryStockInNum()); stockInRecordDto.setDifferenceNum(stockInventoryDto.getDifferenceNum()); stockInRecordService.add(stockInRecordDto); return true; }