From a7604ee399b555ec7e41e79513fe6f228ba867c0 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Fri, 16 Jan 2026 16:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E6=B1=82=E4=BA=A4=E4=BB=98=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E6=9F=A5=E8=AF=A2=E6=94=B9=E6=88=90=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/proofing/ProofingInformationMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/proofing/ProofingInformationMapper.xml b/src/main/resources/mapper/proofing/ProofingInformationMapper.xml index 23d80571..e2c2d187 100644 --- a/src/main/resources/mapper/proofing/ProofingInformationMapper.xml +++ b/src/main/resources/mapper/proofing/ProofingInformationMapper.xml @@ -113,10 +113,10 @@ AND a.priority_level = #{query.priorityLevel} - AND a.required_delivery_date >= #{query.startDate} + AND a.create_date >= #{query.startDate} - AND #{query.endDate} >= a.required_delivery_date + AND #{query.endDate} >= a.create_date AND vpp.bu_no = #{query.buNo}