wangwei 6 년 전
부모
커밋
124dd1f0f3

+ 2 - 0
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/provider/ExamStudentCloudServiceProvider.java

@@ -193,6 +193,8 @@ public class ExamStudentCloudServiceProvider extends ControllerSupport
 				one.setCourseId(es.getCourseId());
 				one.setCourseCode(es.getCourseCode());
 				one.setCourseLevel(es.getCourseLevel());
+				one.setCourseName(es.getCourseName());
+
 				one.setEnable(es.getEnable());
 				one.setExamId(examId2);
 				one.setExamSite(es.getExamSite());