销售报价获取Routing直接取Manufacturing类型的
@ -173,6 +173,7 @@
<if test="alternativeNo == null or alternativeNo == ''">
and rd.alternative_no = '*'
</if>
and rd.routing_type = 'Manufacturing'
order by rh.phase_in_date desc, rh.create_date desc
</select>