Browse Source

2024-06-17

功能优化2
java8
fengyuan_yang 2 years ago
parent
commit
26907cabb8
  1. 2
      src/main/resources/mapper/pms/QcMapper.xml

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

@ -3133,7 +3133,7 @@
ItemDesc
FROM eam_properties_item
<where>
site = #{site} and bu_no = #{buNo} and ItemNo = #{itemNo} and ItemType = #{itemType}
site = #{site} and bu_no = #{buNo} and ItemNo = #{itemNo} and ItemType = #{itemType} and inspection_type_no = #{inspectionTypeNo}
</where>
</select>

Loading…
Cancel
Save