huminmin
18 小时以前 0bd6994efea85e468c06b58cd0395cd4066d31cd
src/main/java/com/ruoyi/stock/service/impl/StockInRecordServiceImpl.java
@@ -290,6 +290,7 @@
                    stockUninventoryDto.setManufacturerId(stockInRecord.getManufacturerId());
                    stockUninventoryDto.setSource(stockInRecord.getSource());
                    stockUninventoryDto.setType(uninventoryType);
                    stockUninventoryDto.setSource(stockInRecord.getSource());
                    if (stockUninventory == null) {
                        stockUninventoryMapper.insert(new StockUninventory() {{
                            setProductModelId(stockInRecord.getProductModelId());