|
@@ -2,6 +2,8 @@ package cn.com.qmth.examcloud.core.basic.dao.enums;
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
|
|
|
|
+import cn.com.qmth.examcloud.commons.base.exception.ExamCloudRuntimeException;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 重新定义
|
|
* 重新定义
|
|
*
|
|
*
|
|
@@ -48,6 +50,8 @@ public enum CourseLevel {
|
|
return cur;
|
|
return cur;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- return CourseLevel.ALL;
|
|
|
|
|
|
+
|
|
|
|
+ throw new ExamCloudRuntimeException("level name is wong");
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|