where site = '1' and part_no = '8001000002' and routing_type = 'Manufacturing' and routing_revision = 1 and alternative_no = '*'
where site = #{site} and part_no =#{partNo} and routing_type = #{routingType} and routing_revision = #{routingRevision,jdbcType=INTEGER} and alternative_no = #{alternativeNo}
order by operation_no
order by operation_no
</select>
</select>
@ -775,6 +775,13 @@ id
from plm_technical_specification_sheet a left join plm_project_part b on a.site=b.site and a.test_part_no=b.test_part_no
from plm_technical_specification_sheet a left join plm_project_part b on a.site=b.site and a.test_part_no=b.test_part_no