wangwei 7 years ago
parent
commit
77ea224372

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

@@ -171,7 +171,7 @@ public class ExamStudentImportServiceImpl implements ExamStudentImportService {
 
 		ExamStudentInfo info = new ExamStudentInfo();
 		info.setCourseId(Long.parseLong(examStudent.getCourseId()));
-		info.setCourseName("fuck2");
+		info.setCourseName(null);
 		info.setExamId(examStudent.getExamId());
 		info.setIdentityNumber(examStudent.getIdentityNumber());
 		info.setPaperType(examStudent.getPaperType());