Merge branch 'dev_visual_page' into dev

dev
zhaokai 2026-08-05 10:32:11 +08:00
commit 3e315152c4
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,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}