|
|
|
@ -278,7 +278,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
bomHeader.setPartNo(data.getPartNo()); |
|
|
|
if (data.getPartType().contains("Manufactured")) { |
|
|
|
bomHeader.setBomType("Manufacturing"); |
|
|
|
} else if ("Purchase".equals(data.getPartType())) { |
|
|
|
} else if ("Purchased".equals(data.getPartType())) { |
|
|
|
bomHeader.setBomType("Purchase"); |
|
|
|
} |
|
|
|
bomHeader.setEffPhaseInDate(data.getCreateDate()); |
|
|
|
@ -357,7 +357,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
bomHeader.setPartNo(data.getPartNo()); |
|
|
|
if (data.getPartType().contains("Manufactured")) { |
|
|
|
bomHeader.setBomType("Manufacturing"); |
|
|
|
} else if ("Purchase".equals(data.getPartType())) { |
|
|
|
} else if ("Purchased".equals(data.getPartType())) { |
|
|
|
bomHeader.setBomType("Purchase"); |
|
|
|
} |
|
|
|
bomHeader.setEffPhaseInDate(data.getCreateDate()); |
|
|
|
|