Browse Source

2025-01-24

优化
master
fengyuan_yang 1 year ago
parent
commit
1a4fb2cbc9
  1. 2
      src/main/java/com/spring/modules/part/service/impl/MasterPartInformationServiceImpl.java

2
src/main/java/com/spring/modules/part/service/impl/MasterPartInformationServiceImpl.java

@ -514,7 +514,7 @@ public class MasterPartInformationServiceImpl extends ServiceImpl<MasterPartInfo
property.setLuName(luName); property.setLuName(luName);
property.setKeyRef("PART_NO=" + itemDate.getPartNo() + "^"); // 物料编码 property.setKeyRef("PART_NO=" + itemDate.getPartNo() + "^"); // 物料编码
property.setTechnicalClass(itemDate.getCodeNo()); // 模板编码 property.setTechnicalClass(itemDate.getCodeNo()); // 模板编码
property.setAttribute(itemDate.getPropertiesItemNo()); // 属性编码
property.setAttribute(itemDate.getItNo()); // 属性编码
ifsProperty.add(property); ifsProperty.add(property);
} }
} }

Loading…
Cancel
Save