From 3c45bc08b0d5f4aef655d7773e2363845669bd57 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 23 Jul 2025 17:28:16 +0800 Subject: [PATCH] 2025-07-23 --- .../mapper/sampleManagement/TechnicalSpecificationMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml index c92c5702..53a7e8e0 100644 --- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml +++ b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml @@ -883,7 +883,7 @@ and a.routing_type = #{routingType} and a.routing_revision = #{routingRevision,jdbcType=INTEGER} and a.alternative_no = #{alternativeNo} - order by operation_no + order by a.operation_no @@ -3153,6 +3153,7 @@ FROM plm_bm_routing as a left join WorkCenter_BMType b on a.site = b.site and a.work_center_no = b.workCenterNo WHERE a.site = #{site} AND a.code_no = #{codeNo} + order by a.operation_no