|
@@ -467,7 +467,7 @@ public class SysUser extends BaseEntity
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public ExamType getExamType() {
|
|
public ExamType getExamType() {
|
|
|
- return null == examType ? ExamType.OHS : examType;
|
|
|
|
|
|
|
+ return examType;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public void setExamType(ExamType examType) {
|
|
public void setExamType(ExamType examType) {
|