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}