报工问题修改

tags/yfai-pcn-ext-v1.0
微笑着面对明天 10 months ago
parent 8f331b5a2a
commit b63e6c585c

@ -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);

Loading…
Cancel
Save