|
|
|
@ -519,6 +519,7 @@ public class RoutingManagementServiceImpl extends ServiceImpl<RoutingManagementM |
|
|
|
detailEntity.setPartNo(data.getPartNo()); |
|
|
|
detailEntity.setRoutingType(data.getRoutingType()); |
|
|
|
detailEntity.setRoutingRevision(data.getRoutingRevision()); |
|
|
|
detailEntity.setStatus("Tentative"); |
|
|
|
routingManagementMapper.routingDetailSave(detailEntity); |
|
|
|
// 创建routingComponent |
|
|
|
if (!componentDataList.isEmpty()) { |
|
|
|
@ -668,7 +669,6 @@ public class RoutingManagementServiceImpl extends ServiceImpl<RoutingManagementM |
|
|
|
valueData.setPartNo(data.getPartNo()); |
|
|
|
List<PartSubPropertiesValueData> partItems = partInformationMapper.getItemModal(valueData); |
|
|
|
|
|
|
|
|
|
|
|
// 获取的商品组的condition |
|
|
|
List<PgPtmConditionEntity> conditionList = routingManagementMapper.getPtmCondition(data.getSite(), data.getBuNo(), part.getOtherGroup1()); |
|
|
|
for (PgPtmConditionEntity conditionData : conditionList) { |
|
|
|
|