From 7cd43d0dfc3e2e66c87ae2443f8bb9212a068a13 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Tue, 10 Feb 2026 14:15:51 +0800
Subject: [PATCH] =?UTF-8?q?2026-02-10=20=E6=A0=87=E7=AD=BE=E5=8F=98?=
=?UTF-8?q?=E5=8A=A8=E8=AE=B0=E5=BD=95=E5=A2=9E=E5=8A=A0=E4=BB=93=E5=BA=93?=
=?UTF-8?q?=E6=9D=A1=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/warehouse/LabelTransactionLogMapper.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/main/resources/mapper/warehouse/LabelTransactionLogMapper.xml b/src/main/resources/mapper/warehouse/LabelTransactionLogMapper.xml
index 7177206..84b9445 100644
--- a/src/main/resources/mapper/warehouse/LabelTransactionLogMapper.xml
+++ b/src/main/resources/mapper/warehouse/LabelTransactionLogMapper.xml
@@ -78,6 +78,12 @@
AND a.batch_no LIKE '%' + #{query.batchNo} + '%'
+
+ AND a.warehouse_id IN
+
+ #{item}
+
+
AND a.transaction_date >= #{query.startDate}
@@ -140,6 +146,12 @@
AND a.batch_no LIKE '%' + #{query.batchNo} + '%'
+
+ AND a.warehouse_id IN
+
+ #{item}
+
+
AND a.transaction_date >= #{query.startDate}