huminmin
4 天以前 921a0ce9073f5aa0cdc64d5b0ab42bce3a865e75
src/main/java/com/ruoyi/stock/service/impl/StockInventoryServiceImpl.java
@@ -168,6 +168,7 @@
        stockInRecordDto.setProductModelId(stockInventoryDto.getProductModelId());
        stockInRecordDto.setType("0");
        stockInRecordDto.setRemark(stockInventoryDto.getRemark());
        stockInRecordDto.setWarnNum(stockInventoryDto.getWarnNum());
        stockInRecordService.add(stockInRecordDto);
        return true;
    }