|
|
@ -245,6 +245,7 @@ public class MesPullingOrderInfoService extends BaseMesService<MesPullingOrderIn
|
|
|
|
pullingOrderPartInfo.setColor(MesExtEnumUtil.PART_PULL_DETAIL_COLOR.RED.getCode());
|
|
|
|
pullingOrderPartInfo.setColor(MesExtEnumUtil.PART_PULL_DETAIL_COLOR.RED.getCode());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
pullingOrderPartInfo.setCarSeries(partInfo.getCarSeries());
|
|
|
|
pullingOrderPartInfo.setCarSeries(partInfo.getCarSeries());
|
|
|
|
|
|
|
|
pullingOrderPartInfo.setOrderFlag(pullingOrder.getOrderFlag());
|
|
|
|
|
|
|
|
|
|
|
|
ConvertBean.serviceModelInitialize(pullingOrderPartInfo, userName);
|
|
|
|
ConvertBean.serviceModelInitialize(pullingOrderPartInfo, userName);
|
|
|
|
mesPullingOrderPartInfoRepository.insert(pullingOrderPartInfo);
|
|
|
|
mesPullingOrderPartInfoRepository.insert(pullingOrderPartInfo);
|
|
|
|