|
@@ -358,7 +358,7 @@ public class ExamStudentServiceImpl implements ExamStudentService {
|
|
|
relation.setCourseCode(courseBean.getCode());
|
|
|
relation.setCourseName(saved.getCourseName());
|
|
|
relation.setCourseEnable(courseBean.getEnable());
|
|
|
- relation.setWeixinAnswerEnabled(false);
|
|
|
+ relation.setWeixinAnswerEnabled(true);
|
|
|
examCourseRelationRepo.save(relation);
|
|
|
} else {
|
|
|
relation.setCourseLevel(saved.getCourseLevel());
|