From 0c34198062236fa59e26164208f433824f5f9cf0 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 26 Jan 2026 10:30:35 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-26=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inboundNotification/InboundNotificationHeadMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml b/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml index 47a78f5..7ec0de2 100644 --- a/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml +++ b/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml @@ -178,6 +178,9 @@ AND #{query.endDate} >= a.required_inbound_date + + AND a.department_no = #{query.departmentNo} +