huminmin
13 小时以前 39e8f88af6d3c07c183cda4e7c1d1b1c850209f5
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;
    }