From adf5683bcfbf62eadcc341ea3da5defa7e2f4d90 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 20 Mar 2026 16:12:18 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-20=20=E8=BF=87=E7=A8=8B=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E5=A2=9E=E5=8A=A0=E2=80=9C=E6=9C=AB=E4=BB=B6=E6=A3=80?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/pms/QcMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/pms/QcMapper.xml b/src/main/resources/mapper/pms/QcMapper.xml index 6710f2c..e9824a4 100644 --- a/src/main/resources/mapper/pms/QcMapper.xml +++ b/src/main/resources/mapper/pms/QcMapper.xml @@ -4119,7 +4119,7 @@ AND order_no = #{orderNo} AND state IN ('未开始', '待检验') AND seq_no = #{seqNo} - AND inspection_type_no IN ('首件检', '自检') + AND inspection_type_no IN ('首件检', '自检', '末件检')