src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -22,5 +22,5 @@ void exportStockInRecord(HttpServletResponse response, StockInRecordDto stockInRecordDto); int batchApprove(List<Long> ids, Integer approvalStatus); int batchApprove(List<Long> ids, Integer approvalStatus,Long warehouseInfoId); }