diff --git a/src/main/resources/mapper/pms/ProofingInformationMapper.xml b/src/main/resources/mapper/pms/ProofingInformationMapper.xml index 92626624..dd1f0ac4 100644 --- a/src/main/resources/mapper/pms/ProofingInformationMapper.xml +++ b/src/main/resources/mapper/pms/ProofingInformationMapper.xml @@ -1027,6 +1027,9 @@ and ppi.proofing_status = #{query.proofingStatus} + + and ppi.proofing_result_status = #{query.proofingResultStatus} +