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}