diff --git a/src/main/java/com/spring/modules/part/service/impl/MasterPartInformationServiceImpl.java b/src/main/java/com/spring/modules/part/service/impl/MasterPartInformationServiceImpl.java index 15f98cdd..6538aa23 100644 --- a/src/main/java/com/spring/modules/part/service/impl/MasterPartInformationServiceImpl.java +++ b/src/main/java/com/spring/modules/part/service/impl/MasterPartInformationServiceImpl.java @@ -623,7 +623,7 @@ public class MasterPartInformationServiceImpl extends ServiceImpl propertyList = partInformationMapper.getMasterPartPropertyList("*", plmMasterPart.getPartNo(), plmMasterPart.getCodeNo(), "MP"); // 属性对象 + List propertyList = partInformationMapper.getMasterPartPropertyList("*", ifsPart.getPartNo(), ifsPart.getCodeNo(), "MP"); // 属性对象 Map addMasterPartModelResponse = technicalClassBean.syncTechnicalClass(srv, partIfsCatalogModel); if (!"200".equals(addMasterPartModelResponse.get("resultCode"))) { throw new RuntimeException("IFS 物料件模板新增异常:" + addMasterPartModelResponse.get("resultMsg"));