fix(project): 修正关键项目查询中的公司信息关联错误
parent
5a928cf467
commit
0be73298d2
|
|
@ -675,7 +675,7 @@
|
||||||
AND p.delete_enum = 'FALSE'
|
AND p.delete_enum = 'FALSE'
|
||||||
AND p.project_status = 4
|
AND p.project_status = 4
|
||||||
<if test="corpinfoId != null">
|
<if test="corpinfoId != null">
|
||||||
AND paf.jurisdiction_corpinfo_id = #{corpinfoId}
|
AND paf.corpinfo_id = #{corpinfoId}
|
||||||
</if>
|
</if>
|
||||||
<if test="portArea != null">
|
<if test="portArea != null">
|
||||||
AND cp.port_area = #{portArea}
|
AND cp.port_area = #{portArea}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue