Browse Source

2023-10-07,设备和质量修改

java8
杨奉源 2 years ago
parent
commit
d31e5afd6c
  1. 2
      src/main/resources/mapper/pms/QcMapper.xml

2
src/main/resources/mapper/pms/QcMapper.xml

@ -909,7 +909,7 @@
attribute_remark, attribute_remark,
attribute_type attribute_type
FROM qc_part_attribute 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> </select>
<!-- 新增物料属性 --> <!-- 新增物料属性 -->

Loading…
Cancel
Save