|
|
@ -288,7 +288,10 @@ public class MesReworkTaskServiceImpl implements IMesReworkTaskService {
|
|
|
|
mesPartInspection.setNcStatus(MesExtEnumUtil.PART_INSPECTION_NC_STATUS.DISASSEMBLY.getValue());
|
|
|
|
mesPartInspection.setNcStatus(MesExtEnumUtil.PART_INSPECTION_NC_STATUS.DISASSEMBLY.getValue());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
mesPartInspection.setQmsSync(CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue());
|
|
|
|
mesPartInspection.setQmsSync(CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue());
|
|
|
|
ConvertBean.serviceModelUpdate(mesPartInspection, requestModel.getUserName());
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 修复bug 44178 不要修改NC判定人
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
// ConvertBean.serviceModelUpdate(mesPartInspection, requestModel.getUserName());
|
|
|
|
mesPartInspectionRepository.update(mesPartInspection);
|
|
|
|
mesPartInspectionRepository.update(mesPartInspection);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|