From d31e5afd6c11d83d314c1285501559d3ca51f167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=89=E6=BA=90?= <1976974459@qq.com> Date: Sat, 7 Oct 2023 10:53:56 +0800 Subject: [PATCH] =?UTF-8?q?2023-10-07=EF=BC=8C=E8=AE=BE=E5=A4=87=E5=92=8C?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E4=BF=AE=E6=94=B9?= 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 89d84b5c..62c4aaf1 100644 --- a/src/main/resources/mapper/pms/QcMapper.xml +++ b/src/main/resources/mapper/pms/QcMapper.xml @@ -909,7 +909,7 @@ attribute_remark, attribute_type FROM qc_part_attribute - WHERE site = {site} and attribute_no = #{attributeNo} and attribute_type = #{attributeType} + WHERE site = #{site} and attribute_no = #{attributeNo} and attribute_type = #{attributeType}