main-business/src/main/java/com/ruoyi/business/service/impl/PendingInventoryServiceImpl.java
@@ -200,10 +200,4 @@ } return i; } // 处理明细和库存数量 private int handeInventoryQuantity(PendingInventoryDto pendingInventoryDto) { inputInventoryRecordService.insertInputInventoryRecord(pendingInventoryDto, null, pendingInventoryDto.getInventoryQuantity()); return inventorySummaryService.updateInventory(pendingInventoryDto, null); }; }