diff --git a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml
index b1e050c..e2ba380 100644
--- a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml
+++ b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml
@@ -750,7 +750,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}