wangwei преди 6 години
родител
ревизия
7837f51743

+ 1 - 0
examcloud-core-examwork-service/src/main/java/cn/com/qmth/examcloud/core/examwork/service/impl/ExamStudentServiceImpl.java

@@ -213,6 +213,7 @@ public class ExamStudentServiceImpl implements ExamStudentService {
 		relation.setExamId(saved.getId());
 		relation.setCourseId(saved.getCourseId());
 		relation.setCourseLevel(saved.getCourseLevel());
+		relation.setCourseCode(courseBean.getCode());
 		relation.setCourseName(saved.getCourseName());
 		examCourseRelationRepo.save(relation);