From 0be73298d2da2078dd713de474c5fd49b65679c9 Mon Sep 17 00:00:00 2001 From: zhaokai Date: Wed, 5 Aug 2026 10:31:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(project):=20=E4=BF=AE=E6=AD=A3=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E9=A1=B9=E7=9B=AE=E6=9F=A5=E8=AF=A2=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E4=BF=A1=E6=81=AF=E5=85=B3=E8=81=94=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/KeyProjectMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml index 02f8a79..cfa1490 100644 --- a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml @@ -675,7 +675,7 @@ AND p.delete_enum = 'FALSE' AND p.project_status = 4 - AND paf.jurisdiction_corpinfo_id = #{corpinfoId} + AND paf.corpinfo_id = #{corpinfoId} AND cp.port_area = #{portArea}