Merge branch 'dev-temp-castle-20241217-44178' into dev

dev-temp-nht-202502180000-customprint
王杰 7 months ago
commit c391180ce7

@ -288,7 +288,10 @@ public class MesReworkTaskServiceImpl implements IMesReworkTaskService {
mesPartInspection.setNcStatus(MesExtEnumUtil.PART_INSPECTION_NC_STATUS.DISASSEMBLY.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);
}
}

Loading…
Cancel
Save