|
|
|
@ -2987,6 +2987,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
// 同步物料件 |
|
|
|
MasterPartInformationEntity masterPartInformation = new MasterPartInformationEntity(); |
|
|
|
masterPartInformation.setPartNo(ifsPart.getPartNo()); |
|
|
|
masterPartInformation.setPartDesc(ifsPart.getPartDesc()); |
|
|
|
masterPartInformation.setPlmPartNo(data.getPartNo()); |
|
|
|
masterPartInformation.setUpdateBy(data.getUpdateBy()); |
|
|
|
toBecomeOfficialMasterPart(masterPartInformation, data.getSite()); |
|
|
|
@ -4810,6 +4811,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
MasterPartInformationEntity ifsPart = new MasterPartInformationEntity(); |
|
|
|
BeanUtils.copyProperties(plmMasterPart, ifsPart); |
|
|
|
ifsPart.setPartNo(inData.getPartNo()); |
|
|
|
ifsPart.setPartDesc(inData.getPartDesc()); |
|
|
|
ifsPart.setPlmPartNo(inData.getPlmPartNo()); |
|
|
|
ifsPart.setCreateBy(inData.getUpdateBy()); |
|
|
|
ifsPart.setOfficialFlag("Y"); |
|
|
|
|