Browse Source

2025-07-15

master
fengyuan_yang 6 months ago
parent
commit
239eb95749
  1. 1
      src/main/resources/mapper/part/RoutingManagementMapper.xml

1
src/main/resources/mapper/part/RoutingManagementMapper.xml

@ -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 -->

Loading…
Cancel
Save