tags/yfai-pcn-ext-v1.0
LML丶 12 months ago
parent fdd1da1b81
commit 79c5077693

@ -383,7 +383,7 @@ public class MesNcProcessingService implements IMesNcProcessingService {
model.getPartInspection().setDefectTypeId(person.getId());
model.getPartInspection().setNcStatus(MesExtEnumUtil.PART_INSPECTION_NC_STATUS.REWORK.getValue());
model.getPartInspection().setDefectTypeId(reworkTask.getId());
model.getPartInspection().setReworkTaskId(reworkTask.getId());
partInspectionRepository.save(model.getPartInspection());
} else if (type == MesExtEnumUtil.NC_TYPE.SCRAP.getValue()) {

Loading…
Cancel
Save