|
|
|
@ -193,9 +193,7 @@ |
|
|
|
left join part p on prh.part_no = p.part_no and prh.site = p.site |
|
|
|
where prh.site = #{site} |
|
|
|
and prh.part_no = #{partNo} |
|
|
|
<if test="routingType != null and routingType != ''"> |
|
|
|
and prh.routing_type = #{routingType} |
|
|
|
</if> |
|
|
|
and prh.routing_type = 'Manufacturing' |
|
|
|
order by prh.routing_type, prh.routing_revision |
|
|
|
</select> |
|
|
|
<select id="queryQuoteDetailRoutingAlternative" |
|
|
|
|