diff --git a/src/main/resources/mapper/pms/ProofingInformationMapper.xml b/src/main/resources/mapper/pms/ProofingInformationMapper.xml
index 4054140f..92626624 100644
--- a/src/main/resources/mapper/pms/ProofingInformationMapper.xml
+++ b/src/main/resources/mapper/pms/ProofingInformationMapper.xml
@@ -1024,6 +1024,9 @@
AND #{query.endDate} >= ppp.build_date
+
+ and ppi.proofing_status = #{query.proofingStatus}
+