@ -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}
</select>
<!-- 新增物料属性 -->