|
@@ -113,7 +113,7 @@ public class ExamStudentController extends ControllerSupport {
|
|
|
|
|
|
@ApiOperation(value = "查询考生的专业集合")
|
|
|
@GetMapping("courseLevelList")
|
|
|
- public List<String> getCourseLevelByStudentId(@PathVariable Long studentId) {
|
|
|
+ public List<String> getCourseLevelByStudentId() {
|
|
|
User accessUser = getAccessUser();
|
|
|
if (!accessUser.getUserType().equals(UserType.STUDENT)) {
|
|
|
throw new StatusException("005001", "用户类型错误");
|