Browse Source

2025-11-14

ECN的bm查询修改
master
fengyuan_yang 2 months ago
parent
commit
844a84bc88
  1. 2
      src/main/resources/mapper/change/ChangeManagementMapper.xml

2
src/main/resources/mapper/change/ChangeManagementMapper.xml

@ -82,7 +82,7 @@
LEFT JOIN plm_project_info c ON a.site = c.site AND a.project_id = c.project_id
LEFT JOIN plm_customer_information j ON j.site = c.site and j.customer_no = c.customer_id
<where>
a.site = #{query.site} AND isnull(a.ECN_flag, 'N') = 'N' and a.status <![CDATA[<>]]> 'cg' and isnull(a.show_in_query_flag, 'Y') = 'Y'
a.site = #{site} AND isnull(a.ECN_flag, 'N') = 'N' and a.status <![CDATA[<>]]> 'cg' and isnull(a.show_in_query_flag, 'Y') = 'Y'
<if test = "buNo != null and buNo != ''">
AND b.bu_no = #{buNo}
</if>

Loading…
Cancel
Save