|
@@ -128,7 +128,7 @@ public class ExamServiceImpl extends ServiceImpl<ExamDao, ExamEntity> implements
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
ue = new ExamEntity();
|
|
ue = new ExamEntity();
|
|
- ue.setSchoolId(user.getSchoolId());
|
|
|
|
|
|
+ ue.setSchoolId(domain.getSchoolId());
|
|
}
|
|
}
|
|
ue.setExamStatus(domain.getExamStatus());
|
|
ue.setExamStatus(domain.getExamStatus());
|
|
ue.setName(domain.getName());
|
|
ue.setName(domain.getName());
|