From ac4684aca4ef0c5fbd06019fb74fb64c84b08bef Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 05 六月 2026 10:12:31 +0800
Subject: [PATCH] fix(account): 修复库存记录ID查询条件语法错误

---
 src/main/java/com/ruoyi/stock/service/StockInRecordService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/stock/service/StockInRecordService.java b/src/main/java/com/ruoyi/stock/service/StockInRecordService.java
index 249f261..117b70f 100644
--- a/src/main/java/com/ruoyi/stock/service/StockInRecordService.java
+++ b/src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -23,4 +23,6 @@
     void exportStockInRecord(HttpServletResponse response, StockInRecordDto stockInRecordDto);
 
     int batchApprove(List<Long> ids, Integer approvalStatus);
+
+    int batchReAudit(List<Long> ids);
 }

--
Gitblit v1.9.3