|
|
|
@ -308,6 +308,10 @@ public class MesReworkTaskServiceImpl implements IMesReworkTaskService {
|
|
|
|
|
mesProductionRepeatAssembly.setFid(UUID .randomUUID().toString());
|
|
|
|
|
|
|
|
|
|
mesProductionAssembly.setRepeatAssemblySn(sn);
|
|
|
|
|
|
|
|
|
|
mesProduceSn.setSnStatus(MesExtEnumUtil.PRODUCE_SN_STATUS.ASSEMBLY_BACK.getValue());
|
|
|
|
|
ConvertBean.serviceModelUpdate(mesProduceSn, mesProduceSn.getCreateUser());
|
|
|
|
|
mesProduceSnRepository.update(mesProduceSn);
|
|
|
|
|
mesProductionAssemblyRepository.update(mesProductionAssembly);
|
|
|
|
|
|
|
|
|
|
mesProductionAssemblyRepository.save(mesProductionRepeatAssembly);
|
|
|
|
|