fix(project): 修正关键项目查询中的公司信息关联错误

dev_visual_page
zhaokai 2026-08-05 10:31:54 +08:00
parent 5a928cf467
commit 0be73298d2
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@
AND p.delete_enum = 'FALSE'
AND p.project_status = 4
<if test="corpinfoId != null">
AND paf.jurisdiction_corpinfo_id = #{corpinfoId}
AND paf.corpinfo_id = #{corpinfoId}
</if>
<if test="portArea != null">
AND cp.port_area = #{portArea}