|
|
@ -567,6 +567,7 @@ |
|
|
FROM routing_tool as a |
|
|
FROM routing_tool as a |
|
|
left join plm_routing_component as b on a.operation_id = b.operation_id |
|
|
left join plm_routing_component as b on a.operation_id = b.operation_id |
|
|
WHERE a.site = #{site} and a.part_no = #{partNo} and a.routing_revision = #{routingRevision} and a.routing_type = #{routingType} |
|
|
WHERE a.site = #{site} and a.part_no = #{partNo} and a.routing_revision = #{routingRevision} and a.routing_type = #{routingType} |
|
|
|
|
|
ORDER BY a.alternative_no, b.operation_no, a.tool_id |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<!-- 新增 routingTools --> |
|
|
<!-- 新增 routingTools --> |
|
|
|