From 957b969663602c3d5a2b53413e74d6711f7d4d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Tue, 2 Dec 2025 14:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E6=89=93=E6=A0=B7?= =?UTF-8?q?=E7=BB=93=E8=AE=BA=E5=AD=97=E6=AE=B5=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/pms/ProofingInformationMapper.xml | 3 +++ 1 file changed, 3 insertions(+) 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} +