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} + '%'