From 1028535092bbeda80fe228366d9a1ab5958cff9c Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Tue, 13 Jan 2026 17:01:01 +0800
Subject: [PATCH] =?UTF-8?q?2026-01-13=20=E8=BF=87=E7=AB=99=E9=87=87?=
=?UTF-8?q?=E9=9B=86=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=9C=BA=E5=8F=B0=E5=B7=A5?=
=?UTF-8?q?=E4=BD=9C=E5=8F=B0=E7=9A=84=E3=80=90=E6=9D=90=E6=96=99=E4=B8=8A?=
=?UTF-8?q?=E6=9C=BA=E3=80=91=E3=80=90=E6=8D=A2=E6=96=99=E3=80=91=E5=AF=B9?=
=?UTF-8?q?=E8=AF=9D=E6=A1=86=E5=9C=A8=E3=80=90=E7=A1=AE=E5=AE=9A=E3=80=91?=
=?UTF-8?q?=E5=90=8E=E8=A6=81=E6=89=93=E5=BC=80=E3=80=90=E8=BF=87=E7=A8=8B?=
=?UTF-8?q?=E6=A3=80=E9=AA=8C=E3=80=91=E5=AF=B9=E8=AF=9D=E6=A1=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/report/InboundNotificationReportMapper.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/main/resources/mapper/report/InboundNotificationReportMapper.xml b/src/main/resources/mapper/report/InboundNotificationReportMapper.xml
index 5d4b7c2..442480e 100644
--- a/src/main/resources/mapper/report/InboundNotificationReportMapper.xml
+++ b/src/main/resources/mapper/report/InboundNotificationReportMapper.xml
@@ -69,6 +69,9 @@
AND h.order_status = #{query.orderStatus}
+
+ AND h.order_status IN ('草稿', '编辑中', '待入库', '已入库', '已关闭')
+
AND h.supplier_id LIKE '%' + #{query.supplierId} + '%'
@@ -119,6 +122,9 @@
AND h.order_status = #{query.orderStatus}
+
+ AND h.order_status IN ('草稿', '编辑中', '待入库', '已入库', '已关闭')
+
AND h.supplier_id LIKE '%' + #{query.supplierId} + '%'