|
@@ -475,7 +475,7 @@ public class ExamCardServiceImpl extends ServiceImpl<ExamCardMapper, ExamCard> i
|
|
|
if (examCardDetail == null) {
|
|
|
throw ExceptionResultEnum.ERROR.exception("题卡内容不存在");
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
ExamCardDetail copyExamCardDetail = new ExamCardDetail();
|
|
|
BeanUtils.copyProperties(examCardDetail, copyExamCardDetail);
|
|
|
copyExamCardDetail.setId(SystemConstant.getDbUuid());
|