RFQ 功能优化
@ -60,7 +60,7 @@
<where>
site = #{query.site}
and sourceBu = #{query.buNo}
and part_type in ('Manufactured', 'Manufactured Recipe', 'Purchased')
and part_type <![CDATA[<>]]> 'Purchased (raw)'
and active = 'Y'
<if test = "query.partNo != null and query.partNo != ''">
AND part_no = #{query.partNo}