From 81dcb7d3da3f72d0b41e352d335f2360af834e36 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 13 Oct 2025 13:46:14 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-13=20BM=20Dead=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/sampleManagement/TechnicalSpecificationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml index 84d8753e..d01e6f5f 100644 --- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml +++ b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml @@ -2088,7 +2088,7 @@ a.updateBy, a.resource_no, a.speed, - a.show_order + a.show_order, a.operation_no from plm_bm_printFlexoColor as a left join part as p on a.site = p.site and a.inkCode = p.part_no