Browse Source

2024-10-18

master
qiezi 1 year ago
parent
commit
a3fdf49466
  1. 5
      src/main/resources/mapper/quotation/QuotationInformationMapper.xml

5
src/main/resources/mapper/quotation/QuotationInformationMapper.xml

@ -249,9 +249,12 @@
dbo.get_product_group_name(ppp.site, ppp.product_group_id2, '2') as productGroupName2,
ppp.um_id,
ppp.type,
ppp.bu_no
ppp.bu_no,
pcpi.customer_part_no
FROM view_Project_Part as ppp
LEFT JOIN plm_project_info as ppi on ppp.site = ppi.site and ppp.project_id = ppi.project_id
left join plm_customer_part_info pcpi on ppp.site = pcpi.site and ppp.test_part_no = pcpi.part_no and
ppi.customer_id = pcpi.customer_no
<where>
ppp.site = #{site}
<if test="projectId != null and projectId != ''">

Loading…
Cancel
Save