|
Check.isNull(req.getId(), "id不能为空");
|
|
Check.isNull(req.getId(), "id不能为空");
|
|
ExamRecordDataEntity entity = GlobalHelper.getEntity(examRecordDataRepo, req.getId(), ExamRecordDataEntity.class);
|
|
ExamRecordDataEntity entity = GlobalHelper.getEntity(examRecordDataRepo, req.getId(), ExamRecordDataEntity.class);
|