修复bug 44178 不要修改NC判定人

dev-temp-nht-202502180000-customprint
臧学普 5 months ago
parent b775ab0fa1
commit f6326549ae

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

Loading…
Cancel
Save