Browse Source

2024-10-14

master
qiezi 1 year ago
parent
commit
9b1d489f8c
  1. 4
      src/main/resources/mapper/quotation/QuotationInformationMapper.xml

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

@ -121,8 +121,8 @@
on vpp.site = a.site and vpp.test_part_no = a.test_part_no and vpp.project_id = a.project_id
left join BU b on vpp.bu_no = b.bu_no and a.site = b.site
<where>
a.site = #{query.site} and
vpp.bu_no in ( select bu_No from dbo.Get_Now_BU_chooseAble (a.site,#{query.createBy}))
a.site = #{query.site}
and vpp.bu_no in (select bu_No from dbo.Get_Now_BU_chooseAble(a.site, #{query.createBy}))
<if test="query.quotationNo != null and query.quotationNo != ''">
AND a.quotation_no = #{query.quotationNo}
</if>

Loading…
Cancel
Save