huminmin
昨天 b4fc4408fae3f46edeb6c5421224c484bb149a89
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;
    }