人员录入修改

This commit is contained in:
pengjie 2024-06-14 19:27:34 +08:00
parent 4ac6d0f8db
commit 2aaacc75bc

View File

@ -84,7 +84,7 @@ public class WorkerInfoAuditRecordServiceImpl extends ServiceImpl<WorkerInfoAudi
throw new OpenAlertException("人员已通过培训,请勿重新添加人员信息");
} else {
workerInfoAuditRecord.setId(workerInfoAuditRecord1.getId());
workerInfoAuditRecordMapper.updateById(workerInfoAuditRecord1);
workerInfoAuditRecordMapper.updateById(workerInfoAuditRecord);
return;
}
}