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}