Browse Source

2024-09-19

RFQ 功能优化
java8
fengyuan_yang 1 year ago
parent
commit
95085aed06
  1. 2
      src/main/resources/mapper/part/PartInformationMapper.xml

2
src/main/resources/mapper/part/PartInformationMapper.xml

@ -166,7 +166,7 @@
valueNo,
availableValue
from plm_properties_item_available
where itemNo = #{propertiesItemNo} and site = #{site} and itemType = #{recordType}
where itemNo = #{propertiesItemNo} and site = #{site} and bu_no = #{buNo} and itemType = #{recordType}
</select>
<!-- 编辑属性值 -->

Loading…
Cancel
Save