liding
2026-04-15 a97eb69a7233fc36a794832210fb1b0de037f2bb
src/main/java/com/ruoyi/stock/service/impl/StockUninventoryServiceImpl.java
@@ -70,6 +70,7 @@
            newStockUnInventory.setRemark(stockUninventoryDto.getRemark());
            newStockUnInventory.setBatchNo(stockUninventoryDto.getBatchNo());
            newStockUnInventory.setCustomer(stockUninventoryDto.getCustomer());
            newStockUnInventory.setProductionDate(stockUninventoryDto.getProductionDate());
            stockUninventoryMapper.insert(newStockUnInventory);
        }else {
            stockUninventoryMapper.updateAddStockUnInventory(stockUninventoryDto);