|
@@ -31,7 +31,7 @@ public class ExamSubjectController extends BaseController {
|
|
return succeed(examSubjectService.getExamSubjects(examId));
|
|
return succeed(examSubjectService.getExamSubjects(examId));
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation("获取与考级项目无关的专业")
|
|
|
|
|
|
+ @ApiOperation("获取与考级项目相关的专业")
|
|
@GetMapping(value = "/getUnRelatedWithExamSubjects")
|
|
@GetMapping(value = "/getUnRelatedWithExamSubjects")
|
|
public HttpResponseResult<List<Subject>> getUnRelatedWithExamSubjects(Integer examId){
|
|
public HttpResponseResult<List<Subject>> getUnRelatedWithExamSubjects(Integer examId){
|
|
return succeed(examSubjectService.getUnRelatedWithExamSubjects(Integer.valueOf(TenantContextHolder.getTenantId()), examId));
|
|
return succeed(examSubjectService.getUnRelatedWithExamSubjects(Integer.valueOf(TenantContextHolder.getTenantId()), examId));
|