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