From dc89f788c17e76c9d18609aef22b570840809a53 Mon Sep 17 00:00:00 2001 From: zhaokai Date: Wed, 22 Jul 2026 11:37:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(mapper):=20=E4=BF=AE=E5=A4=8D=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E9=A1=B9=E7=9B=AE=E6=9F=A5=E8=AF=A2=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=BC=A0=E9=80=92=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/KeyProjectMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml index 6280fbb..011495a 100644 --- a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml @@ -579,11 +579,11 @@ WHERE kp.delete_enum = 'FALSE' AND kp.apply_status IN (2, 4, 5) - - AND kp.corpinfo_id = #{corpinfoId} + + AND kp.corpinfo_id = #{params.corpinfoId} - - AND cp.port_area = #{portArea} + + AND cp.port_area = #{params.portArea} ORDER BY kp.apply_status ASC, kp.create_time DESC