huminmin
2 天以前 31cd3dfc4686eba9cc0ce223e8eaefa88c1da2c3
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;
    }